IHashGenerator Interface
Updated: June 30, 2017
Note: This API is now obsolete.
Namespace:
Microsoft.Azure.Documents.Partitioning
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
Return to top
An interface used by the HashPartitionResolver to partition data using consistent hashing in the Azure DocumentDB database service.
Assembly: Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)
| Name | Description | |
|---|---|---|
![]() | ComputeHash | Hashes an array of bytes into a new array of bytes that represents the output hash in the Azure DocumentDB database service. |
Support for interfaces used with IPartitionResolver is now obsolete. It's recommended that you use Partitioned Collections for higher storage and throughput.
Show:
