@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
26 lines • 667 B
JavaScript
;
// 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