ReplicationStrategiesCreateSimpleStrategyReplicationProperty Method  | 
 
             Returns replication property for SimpleStrategy.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic 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