@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
8 lines • 329 B
TypeScript
import type { PrimitivePartitionKeyValue } from "../../documents/index.js";
/**
* Generate Hash for a `Multi Hash` type partition.
* @param partitionKey - to be hashed.
* @returns
*/
export declare function hashMultiHashPartitionKey(partitionKey: PrimitivePartitionKeyValue[]): string;
//# sourceMappingURL=multiHash.d.ts.map