UNPKG

@azure/cosmos

Version:
11 lines 369 B
// 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