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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.