Cluster.GetReplicas Method (String,Byte[]) |
Gets a collection of replicas for a given partitionKey on a given keyspace
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.4.0
Syntax public ICollection<Host> GetReplicas(
string keyspace,
byte[] partitionKey
)
Parameters
- keyspace
- Type: System.String
Byte array representing the partition key - partitionKey
- Type:System.Byte[]
Byte array representing the partition key
Return Value
Type:
ICollection<Host>Implements
ICluster.GetReplicas(String,Byte[])See Also