ReplicationStrategiesCreateReplicationProperty Method |
Returns replication property for other replication strategy.
Use it only if there is no dedicated method that creates replication property for specified replication strategy.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public static Dictionary<string, string> CreateReplicationProperty(
string strategyClass,
Dictionary<string, string> subOptions
)
Parameters
- strategyClass
- Type: SystemString
Name of replication strategy. - subOptions
- Type: System.Collections.GenericDictionaryString, String
Dictionary in which key is the name of sub-option,
value is a value for that sub-option.
Return Value
Type:
DictionaryString,
Stringa dictionary of replication property sub-options.
See Also