UNPKG

@azure/cosmos

Version:
15 lines 602 B
"use strict"; // 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