@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
12 lines • 456 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
/**
* Cosmos DB Diagnostic Level
*/
export var CosmosDbDiagnosticLevel;
(function (CosmosDbDiagnosticLevel) {
CosmosDbDiagnosticLevel["info"] = "info";
CosmosDbDiagnosticLevel["debug"] = "debug";
CosmosDbDiagnosticLevel["debugUnsafe"] = "debug-unsafe";
})(CosmosDbDiagnosticLevel || (CosmosDbDiagnosticLevel = {}));
//# sourceMappingURL=CosmosDbDiagnosticLevel.js.map