Uses of Class
com.azure.storage.file.datalake.DataLakeFileSystemAsyncClient
-
Packages that use DataLakeFileSystemAsyncClient Package Description com.azure.storage.file.datalake Package containing the class required for DataLakeStorageClient.com.azure.storage.file.datalake.specialized 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 DataLakeFileSystemAsyncClient Modifier and Type Method Description DataLakeFileSystemAsyncClientDataLakeFileSystemClientBuilder. buildAsyncClient()Code SamplesDataLakeFileSystemAsyncClientDataLakeServiceAsyncClient. getFileSystemAsyncClient(String fileSystemName)Initializes aDataLakeFileSystemAsyncClientobject pointing to the specified file system.Methods in com.azure.storage.file.datalake that return types with arguments of type DataLakeFileSystemAsyncClient Modifier and Type Method Description Mono<DataLakeFileSystemAsyncClient>DataLakeServiceAsyncClient. 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.Mono<DataLakeFileSystemAsyncClient>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 DataLakeFileSystemAsyncClient Modifier and Type Method Description DataLakeLeaseClientBuilderDataLakeLeaseClientBuilder. fileSystemAsyncClient(DataLakeFileSystemAsyncClient dataLakeFileSystemAsyncClient)Configures the builder based on the passedDataLakeFileSystemAsyncClient.
-