UNPKG

@azure/storage-file-datalake

Version:
19 lines 797 B
"use strict"; /* * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.KnownEncryptionAlgorithmType = void 0; /** Known values of {@link EncryptionAlgorithmType} that the service accepts. */ var KnownEncryptionAlgorithmType; (function (KnownEncryptionAlgorithmType) { /** None */ KnownEncryptionAlgorithmType["None"] = "None"; /** AES256 */ KnownEncryptionAlgorithmType["AES256"] = "AES256"; })(KnownEncryptionAlgorithmType || (exports.KnownEncryptionAlgorithmType = KnownEncryptionAlgorithmType = {})); //# sourceMappingURL=index.js.map