ReplicationStrategiesCreateSimpleStrategyReplicationProperty Method |
Returns replication property for SimpleStrategy.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.3.0
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