26 строки
1.2 KiB
YAML
26 строки
1.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.documentdb.HashGenerator"
|
|
fullName: "com.microsoft.azure.documentdb.HashGenerator"
|
|
name: "HashGenerator"
|
|
nameWithType: "HashGenerator"
|
|
summary: "Hash<wbr>Generator interface to be implemented for computing the hash used in the hashing algorithm for the Azure Cosmos DB database service."
|
|
syntax: "@Deprecated\npublic interface HashGenerator"
|
|
methods:
|
|
- uid: "com.microsoft.azure.documentdb.HashGenerator.computeHash(byte[])"
|
|
fullName: "com.microsoft.azure.documentdb.HashGenerator.computeHash(byte[] key)"
|
|
name: "computeHash(byte[] key)"
|
|
nameWithType: "HashGenerator.computeHash(byte[] key)"
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- name: "key"
|
|
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
|
|
syntax: "public abstract byte[] computeHash(byte[] key)"
|
|
returns:
|
|
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
|
|
type: "interface"
|
|
desc: "HashGenerator interface to be implemented for computing the hash used in the hashing algorithm for the Azure Cosmos DB database service."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.documentdb"
|
|
artifact: com.microsoft.azure:azure-documentdb:2.4.7
|