| MetadataGetReplicas Method (String, Byte) | 
            Get the replicas for a given partition key and keyspace
            
 
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.5 (git 25b8d4e)
Syntaxpublic ICollection<Host> GetReplicas(
	string keyspaceName,
	byte[] partitionKey
)
Parameters
- keyspaceName
 - Type: SystemString
 - partitionKey
 - Type: SystemByte
 
Return Value
Type: 
ICollectionHost
See Also