| 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: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic string ExportAsString()
Return Value
Type: 
Stringthe CQL queries representing this name schema as a code
             String}.
See Also