UNPKG

@azure/storage-blob

Version:
11 lines 567 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); exports.KnownEncryptionAlgorithmType = void 0; /** Known values of {@link EncryptionAlgorithmType} that the service accepts. */ var KnownEncryptionAlgorithmType; (function (KnownEncryptionAlgorithmType) { KnownEncryptionAlgorithmType["AES256"] = "AES256"; })(KnownEncryptionAlgorithmType || (exports.KnownEncryptionAlgorithmType = KnownEncryptionAlgorithmType = {})); //# sourceMappingURL=generatedModels.js.map