UNPKG

@azure/cosmos

Version:
26 lines 667 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); exports.SasTokenProperties = void 0; class SasTokenProperties { user; userTag; databaseName; containerName; resourceName; resourcePath; resourceKind; partitionKeyValueRanges; startTime; expiryTime; keyType; controlPlaneReaderScope; controlPlaneWriterScope; dataPlaneReaderScope; dataPlaneWriterScope; cosmosContainerChildResourceKind; cosmosKeyType; } exports.SasTokenProperties = SasTokenProperties; //# sourceMappingURL=SasTokenProperties.js.map