DseClusterGetReplicas Method |
Gets a collection of replicas for a given partitionKey on a given keyspace.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.1.0
Syntax public ICollection<Host> GetReplicas(
string keyspace,
byte[] partitionKey
)
Parameters
- keyspace
- Type: SystemString
The keyspace name. - partitionKey
- Type: SystemByte
Byte array representing the partition key.
Return Value
Type:
ICollectionHostImplements
IClusterGetReplicas(String, Byte)See Also