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