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