@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
15 lines • 602 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.CosmosDbDiagnosticLevel = void 0;
/**
* Cosmos DB Diagnostic Level
*/
var CosmosDbDiagnosticLevel;
(function (CosmosDbDiagnosticLevel) {
CosmosDbDiagnosticLevel["info"] = "info";
CosmosDbDiagnosticLevel["debug"] = "debug";
CosmosDbDiagnosticLevel["debugUnsafe"] = "debug-unsafe";
})(CosmosDbDiagnosticLevel || (exports.CosmosDbDiagnosticLevel = CosmosDbDiagnosticLevel = {}));
//# sourceMappingURL=CosmosDbDiagnosticLevel.js.map