Uses of Class
com.azure.storage.file.datalake.DataLakeDirectoryAsyncClient
Packages that use DataLakeDirectoryAsyncClient
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing specialized lease clients for Azure Storage File Data Lake.
-
Uses of DataLakeDirectoryAsyncClient in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return DataLakeDirectoryAsyncClientModifier and TypeMethodDescriptionDataLakePathClientBuilder.buildDirectoryAsyncClient()Creates aDataLakeDirectoryAsyncClientbased on options set in the builder.DataLakeDirectoryAsyncClient.getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey) Creates a newDataLakeDirectoryAsyncClientwith the specifiedcustomerProvidedKey.DataLakeFileSystemAsyncClient.getDirectoryAsyncClient(String directoryName) Initializes a new DataLakeDirectoryAsyncClient object by concatenating directoryName to the end of DataLakeFileSystemAsyncClient's URL.DataLakeDirectoryAsyncClient.getSubdirectoryAsyncClient(String subdirectoryName) Creates a new DataLakeDirectoryAsyncClient object by concatenating subdirectoryName to the end of DataLakeDirectoryAsyncClient's URL.Methods in com.azure.storage.file.datalake that return types with arguments of type DataLakeDirectoryAsyncClientModifier and TypeMethodDescriptionDataLakeFileSystemAsyncClient.createDirectory(String directoryName) Creates a new directory within a file system.DataLakeFileSystemAsyncClient.createDirectory(String directoryName, boolean overwrite) Creates a new directory within a file system.DataLakeFileSystemAsyncClient.createDirectoryIfNotExists(String directoryName) Creates a new directory within a file system if it does not exist.Mono<com.azure.core.http.rest.Response<DataLakeDirectoryAsyncClient>> DataLakeFileSystemAsyncClient.createDirectoryIfNotExistsWithResponse(String directoryName, DataLakePathCreateOptions options) Creates a new directory within a file system if it does not exist.Mono<com.azure.core.http.rest.Response<DataLakeDirectoryAsyncClient>> DataLakeFileSystemAsyncClient.createDirectoryWithResponse(String directoryName, DataLakePathCreateOptions options) Creates a new directory within a file system.Mono<com.azure.core.http.rest.Response<DataLakeDirectoryAsyncClient>> DataLakeFileSystemAsyncClient.createDirectoryWithResponse(String directoryName, String permissions, String umask, PathHttpHeaders headers, Map<String, String> metadata, DataLakeRequestConditions requestConditions) Creates a new directory within a file system.DataLakeDirectoryAsyncClient.createSubdirectory(String subdirectoryName) Creates a new sub-directory within a directory.DataLakeDirectoryAsyncClient.createSubdirectory(String subdirectoryName, boolean overwrite) Creates a new sub-directory within a directory.DataLakeDirectoryAsyncClient.createSubdirectoryIfNotExists(String subdirectoryName) Creates a new subdirectory within a directory if it does not exist.Mono<com.azure.core.http.rest.Response<DataLakeDirectoryAsyncClient>> DataLakeDirectoryAsyncClient.createSubdirectoryIfNotExistsWithResponse(String subdirectoryName, DataLakePathCreateOptions options) Creates a new sub-directory within a directory if it does not exist.Mono<com.azure.core.http.rest.Response<DataLakeDirectoryAsyncClient>> DataLakeDirectoryAsyncClient.createSubdirectoryWithResponse(String subdirectoryName, DataLakePathCreateOptions options) Creates a new sub-directory within a directory.Mono<com.azure.core.http.rest.Response<DataLakeDirectoryAsyncClient>> DataLakeDirectoryAsyncClient.createSubdirectoryWithResponse(String subdirectoryName, String permissions, String umask, PathHttpHeaders headers, Map<String, String> metadata, DataLakeRequestConditions requestConditions) Creates a new sub-directory within a directory.Moves the directory to another location within the file system.Mono<com.azure.core.http.rest.Response<DataLakeDirectoryAsyncClient>> DataLakeDirectoryAsyncClient.renameWithResponse(String destinationFileSystem, String destinationPath, DataLakeRequestConditions sourceRequestConditions, DataLakeRequestConditions destinationRequestConditions) Moves the directory to another location within the file system. -
Uses of DataLakeDirectoryAsyncClient in com.azure.storage.file.datalake.specialized
Methods in com.azure.storage.file.datalake.specialized with parameters of type DataLakeDirectoryAsyncClientModifier and TypeMethodDescriptionDataLakeLeaseClientBuilder.directoryAsyncClient(DataLakeDirectoryAsyncClient dataLakeDirectoryAsyncClient) Configures the builder based on the passedDataLakeDirectoryAsyncClient.