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