ReplicationStrategiesCreateNetworkTopologyStrategyReplicationProperty Method  | 
 
             Returns replication property for NetworkTopologyStrategy.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic static Dictionary<string, string> CreateNetworkTopologyStrategyReplicationProperty(
	Dictionary<string, int> datacentersReplicationFactors
)
Parameters
- datacentersReplicationFactors
 - Type: System.Collections.GenericDictionaryString, Int32
Dictionary in which key is the name of a data-center,
            value is a replication factor for that data-center. 
Return Value
Type: 
DictionaryString, 
Stringa dictionary of replication property sub-options.
See Also