Click or drag to resize
KeyspaceMetadataReplication Property
Returns the replication options for this keyspace.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
public IDictionary<string, int> Replication { get; }

Return Value

Type: IDictionaryString, Int32
a dictionary containing the keyspace replication strategy options.
See Also