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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java