ReplicationStrategiesCreateSimpleStrategyReplicationProperty Method |
Returns replication property for SimpleStrategy.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public static Dictionary<string, string> CreateSimpleStrategyReplicationProperty(
int replicationFactor
)
Parameters
- replicationFactor
- Type: SystemInt32
Replication factor for the whole cluster.
Return Value
Type:
DictionaryString,
Stringa dictionary of replication property sub-options.
See Also