KeyspaceMetadataExportAsString Method |
Return a String containing CQL queries representing this
name and the table it contains. In other words, this method returns the
queries that would allow to recreate the schema of this name, along with
all its table. Note that the returned String is formatted to be human
readable (for some definition of human readable at least).
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public string ExportAsString()
Return Value
Type:
Stringthe CQL queries representing this name schema as a code
String}.
See Also