UNPKG

@azure/cosmos

Version:
14 lines 501 B
"use strict"; 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