Click or drag to resize

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:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public string ExportAsString()

Return Value

Type: String
the CQL queries representing this name schema as a code String}.
See Also