Click or drag to resize

IClusterGetReplicas Method (Byte)

Gets a collection of replicas for a given partitionKey. Backward-compatibility only, use GetReplicas(keyspace, partitionKey) instead.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
ICollection<Host> GetReplicas(
	byte[] partitionKey
)

Parameters

partitionKey
Type: SystemByte
Byte array representing the partition key

Return Value

Type: ICollectionHost
See Also