Click or drag to resize

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
C#
public string AsCqlQuery()

Return Value

Type: String
the 'CREATE KEYSPACE' query corresponding to this name. #ExportAsString
See Also