UNPKG

@azure/storage-file-datalake

Version:
16 lines 641 B
/* * 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. */ /** Known values of {@link EncryptionAlgorithmType} that the service accepts. */ export var KnownEncryptionAlgorithmType; (function (KnownEncryptionAlgorithmType) { /** None */ KnownEncryptionAlgorithmType["None"] = "None"; /** AES256 */ KnownEncryptionAlgorithmType["AES256"] = "AES256"; })(KnownEncryptionAlgorithmType || (KnownEncryptionAlgorithmType = {})); //# sourceMappingURL=index.js.map