Was this page helpful?
KeyspaceMetadata¶
metadata~KeyspaceMetadata()
Describes a keyspace in the cluster.
Constructor¶
new KeyspaceMetadata()
Members¶
durableWrites :Boolean
Whether the keyspace has durable writes enabled.
Type:
- Boolean
strategy :Strategy
Replication strategy used by the keyspace.
Type:
- Strategy
tables :Object:.<String:, TableMetadata:>
Tables in the keyspace, keyed by table name.
Type:
userDefinedTypes :Object:.<String:, UserDefinedType:>
User-defined types in the keyspace, keyed by type name.
Type:
views :Object:.<String:, MaterializedView:>
Materialized views in the keyspace, keyed by view name.