Uses of Class
com.azure.storage.file.datalake.DataLakeFileSystemAsyncClient
Packages that use DataLakeFileSystemAsyncClient
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing specialized lease clients for Azure Storage File Data Lake.
-
Uses of DataLakeFileSystemAsyncClient in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return DataLakeFileSystemAsyncClientModifier and TypeMethodDescriptionDataLakeFileSystemClientBuilder.buildAsyncClient()
Code SamplesDataLakeServiceAsyncClient.getFileSystemAsyncClient
(String fileSystemName) Initializes aDataLakeFileSystemAsyncClient
object pointing to the specified file system.Methods in com.azure.storage.file.datalake that return types with arguments of type DataLakeFileSystemAsyncClientModifier and TypeMethodDescriptionDataLakeServiceAsyncClient.createFileSystem
(String fileSystemName) Creates a new file system within a storage account.Mono
<com.azure.core.http.rest.Response<DataLakeFileSystemAsyncClient>> DataLakeServiceAsyncClient.createFileSystemWithResponse
(String fileSystemName, Map<String, String> metadata, PublicAccessType accessType) Creates a new file system within a storage account.DataLakeServiceAsyncClient.undeleteFileSystem
(String deletedFileSystemName, String deletedFileSystemVersion) Restores a previously deleted file system.Mono
<com.azure.core.http.rest.Response<DataLakeFileSystemAsyncClient>> DataLakeServiceAsyncClient.undeleteFileSystemWithResponse
(FileSystemUndeleteOptions options) Restores a previously deleted file system. -
Uses of DataLakeFileSystemAsyncClient in com.azure.storage.file.datalake.specialized
Methods in com.azure.storage.file.datalake.specialized with parameters of type DataLakeFileSystemAsyncClientModifier and TypeMethodDescriptionDataLakeLeaseClientBuilder.fileSystemAsyncClient
(DataLakeFileSystemAsyncClient dataLakeFileSystemAsyncClient) Configures the builder based on the passedDataLakeFileSystemAsyncClient
.