KeyspaceMetadataAsCqlQuery Method |
Returns a CQL query representing this keyspace. This method returns a single
'CREATE KEYSPACE' query with the options corresponding to this name
definition.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public string AsCqlQuery()
Return Value
Type:
Stringthe 'CREATE KEYSPACE' query corresponding to this name.
#ExportAsString
See Also