ClusterGetReplicas Method (Byte) | 
 
            Gets a collection of replicas for a given partitionKey. Backward-compatibility only, use GetReplicas(keyspace, partitionKey) instead.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.11.0
Syntaxpublic ICollection<Host> GetReplicas(
	byte[] partitionKey
)
Parameters
- partitionKey
 - Type: SystemByte
Byte array representing the partition key 
Return Value
Type: 
ICollectionHostImplements
IClusterGetReplicas(Byte)
See Also