| KeyspaceMetadata Methods | 
The KeyspaceMetadata type exposes the following members.
| Name | Description | |
|---|---|---|
| AsCqlQuery | 
             Returns a CQL query representing this keyspace. This method returns a single
             'CREATE KEYSPACE' query with the options corresponding to this name
             definition.
              | |
| ExportAsString | 
             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).
              | |
| GetAggregate | 
            Gets a CQL aggregate by name and signature
              | |
| GetFunction | 
            Gets a CQL function by name and signature
              | |
| GetMaterializedViewMetadata | 
             Returns metadata of specified view in this keyspace.
              | |
| GetTableMetadata | 
             Returns metadata of specified table in this keyspace.
              | |
| GetTablesMetadata | 
             Returns metadata of all tables defined in this keyspace.
              | |
| GetTablesNames | 
             Returns names of all tables defined in this keyspace.
              |