Cluster.GetReplicas Method (Byte[]) |
Gets a collection of replicas for a given partitionKey. Backward-compatibility only, use GetReplicas(keyspace, partitionKey) instead.
Namespace: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntax public ICollection<Host> GetReplicas(
byte[] partitionKey
)
Parameters
- partitionKey
- Type:System.Byte[]
Byte array representing the partition key
Return Value
Type:
ICollection<Host>Implements
ICluster.GetReplicas(Byte[])See Also