IHashGenerator Interface

 

Updated: June 30, 2017

Note: This API is now obsolete.

An interface used by the HashPartitionResolver to partition data using consistent hashing in the Azure DocumentDB database service.

Namespace:   Microsoft.Azure.Documents.Partitioning
Assembly:  Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)

No code example is currently available or this language may not be supported.

NameDescription
System_CAPS_pubmethodComputeHash

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.

Return to top
Show: