Click or drag to resize

IClusterGetReplicas Method (String, Byte)

Gets a collection of replicas for a given partitionKey on a given keyspace

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
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: ICollectionHost
See Also