IClusterGetReplicas Method (String, Byte) |
Gets a collection of replicas for a given partitionKey on a given keyspace
Namespace:
Cassandra
Assembly:
Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax ICollection<Host> GetReplicas(
string keyspace,
byte[] partitionKey
)
Parameters
- keyspace
- Type: SystemString
Byte array representing the partition key - partitionKey
- Type: SystemByte
Byte array representing the partition key
Return Value
Type:
ICollectionHostSee Also