Class ShardingInfo
Represents Scylla connection options as sent in SUPPORTED
frame.
Assembly: ScyllaDB.dll
Syntax
public class ShardingInfo
Properties
ScyllaNrShards
Declaration
public int ScyllaNrShards { get; }
Property Value
ScyllaPartitioner
Declaration
public string ScyllaPartitioner { get; }
Property Value
ScyllaShard
Declaration
public int ScyllaShard { get; }
Property Value
ScyllaShardAwarePort
Declaration
public int ScyllaShardAwarePort { get; }
Property Value
ScyllaShardAwarePortSSL
Declaration
public int ScyllaShardAwarePortSSL { get; }
Property Value
ScyllaShardingAlgorithm
Declaration
public string ScyllaShardingAlgorithm { get; }
Property Value
ScyllaShardingIgnoreMSB
Declaration
public long ScyllaShardingIgnoreMSB { get; }
Property Value
Methods
Create(string, string, string, string, string, string, string)
Declaration
public static ShardingInfo Create(string scyllaShard, string scyllaNrShards, string scyllaPartitioner, string scyllaShardingAlgorithm, string scyllaShardingIgnoreMSB, string scyllaShardAwarePort, string scyllaShardAwarePortSSL)
Parameters
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides