HashGenerator Interface
public interface HashGenerator
HashGenerator interface to be implemented for computing the hash used in the hashing algorithm for the Azure Cosmos DB database service.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract byte[] | computeHash(byte[] key) |
Method Details
computeHash
public abstract byte[] computeHash(byte[] key)
Parameters:
key
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java