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: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntax public string AsCqlQuery()
Return Value
Type:
Stringthe 'CREATE KEYSPACE' query corresponding to this name.
#ExportAsString
See Also