KeyspaceMetadata Class | 
Namespace: Cassandra
public class KeyspaceMetadata
The KeyspaceMetadata type exposes the following members.
| Name | Description | |
|---|---|---|
| DurableWrites | 
             Gets a value indicating whether durable writes are set on this keyspace.
              | |
| IsVirtual | 
            Determines whether the keyspace is a virtual keyspace or not.
              | |
| Name | 
             Gets the name of this keyspace.
              | |
| Replication | 
             Returns the replication options for this keyspace.
              | |
| StrategyClass | 
             Gets the Strategy Class of this keyspace.
              | 
| 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.
              |