Uses of Class
com.azure.storage.file.datalake.options.FileSystemEncryptionScopeOptions
Packages that use FileSystemEncryptionScopeOptions
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing options model classes used by Azure Storage File Datalake.
-
Uses of FileSystemEncryptionScopeOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type FileSystemEncryptionScopeOptionsModifier and TypeMethodDescriptionDataLakeFileSystemClientBuilder.fileSystemEncryptionScopeOptions(FileSystemEncryptionScopeOptions fileSystemEncryptionScopeOptions) Sets theencryption scopethat is used to determine how file systems are encrypted on the server.DataLakeServiceClientBuilder.fileSystemEncryptionScopeOptions(FileSystemEncryptionScopeOptions fileSystemEncryptionScopeOptions) Sets theencryption scopethat is used to determine how path contents are encrypted on the server. -
Uses of FileSystemEncryptionScopeOptions in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return FileSystemEncryptionScopeOptionsModifier and TypeMethodDescriptionFileSystemEncryptionScopeOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads a JSON stream into aFileSystemEncryptionScopeOptions.FileSystemEncryptionScopeOptions.setDefaultEncryptionScope(String encryptionScope) Set the defaultEncryptionScope property: Optional.FileSystemEncryptionScopeOptions.setEncryptionScopeOverridePrevented(Boolean encryptionScopeOverridePrevented) Set the encryptionScopeOverridePrevented property: Optional.