Click or drag to resize
ReplicationStrategiesCreateSimpleStrategyReplicationProperty Method
Returns replication property for SimpleStrategy.

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public static Dictionary<string, string> CreateSimpleStrategyReplicationProperty(
	int replicationFactor
)

Parameters

replicationFactor
Type: SystemInt32
Replication factor for the whole cluster.

Return Value

Type: DictionaryString, String
a dictionary of replication property sub-options.
See Also