@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
7 lines • 351 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_PARTITION_KEY_PATH = void 0;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
exports.DEFAULT_PARTITION_KEY_PATH = "/_partitionKey"; // eslint-disable-line @typescript-eslint/prefer-as-const
//# sourceMappingURL=partitionKeys.js.map