KeyspaceMetadata.Replication Property |
Returns the replication options for this keyspace.
Namespace:
Cassandra
Assembly:
Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic IDictionary<string, int> Replication { get; }
Return Value
Type:
IDictionary<String,
Int32>a dictionary containing the keyspace replication strategy options.
See Also