@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
11 lines • 369 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
/**
* Type of PartitionKey i.e. Hash, MultiHash
*/
export var PartitionKeyKind;
(function (PartitionKeyKind) {
PartitionKeyKind["Hash"] = "Hash";
PartitionKeyKind["MultiHash"] = "MultiHash";
})(PartitionKeyKind || (PartitionKeyKind = {}));
//# sourceMappingURL=PartitionKeyKind.js.map