Uses of Class
com.azure.storage.file.datalake.DataLakeFileAsyncClient
Packages that use DataLakeFileAsyncClient
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing specialized lease clients for Azure Storage File Data Lake.
-
Uses of DataLakeFileAsyncClient in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return DataLakeFileAsyncClientModifier and TypeMethodDescriptionDataLakePathClientBuilder.buildFileAsyncClient()
Creates aDataLakeFileAsyncClient
based on options set in the builder.DataLakeFileAsyncClient.getCustomerProvidedKeyAsyncClient
(CustomerProvidedKey customerProvidedKey) Creates a newDataLakeFileAsyncClient
with the specifiedcustomerProvidedKey
.DataLakeDirectoryAsyncClient.getFileAsyncClient
(String fileName) Creates a new DataLakeFileAsyncClient object by concatenating fileName to the end of DataLakeDirectoryAsyncClient's URL.DataLakeFileSystemAsyncClient.getFileAsyncClient
(String fileName) Initializes a new DataLakeFileAsyncClient object by concatenating fileName to the end of DataLakeFileSystemAsyncClient's URL.Methods in com.azure.storage.file.datalake that return types with arguments of type DataLakeFileAsyncClientModifier and TypeMethodDescriptionDataLakeDirectoryAsyncClient.createFile
(String fileName) Creates a new file within a directory.DataLakeDirectoryAsyncClient.createFile
(String fileName, boolean overwrite) Creates a new file within a directory.DataLakeFileSystemAsyncClient.createFile
(String fileName) Creates a new file within a file system.DataLakeFileSystemAsyncClient.createFile
(String fileName, boolean overwrite) Creates a new file within a file system.DataLakeDirectoryAsyncClient.createFileIfNotExists
(String fileName) Creates a new file within a directory if it does not exist.DataLakeFileSystemAsyncClient.createFileIfNotExists
(String fileName) Creates a new file within a file system if it does not exist.Mono<com.azure.core.http.rest.Response<DataLakeFileAsyncClient>>
DataLakeDirectoryAsyncClient.createFileIfNotExistsWithResponse
(String fileName, DataLakePathCreateOptions options) Creates a new file within a directory if it does not exist.Mono<com.azure.core.http.rest.Response<DataLakeFileAsyncClient>>
DataLakeFileSystemAsyncClient.createFileIfNotExistsWithResponse
(String fileName, DataLakePathCreateOptions options) Creates a new file within a file system if it does not exist.Mono<com.azure.core.http.rest.Response<DataLakeFileAsyncClient>>
DataLakeDirectoryAsyncClient.createFileWithResponse
(String fileName, DataLakePathCreateOptions options) Creates a new file within a directory.Mono<com.azure.core.http.rest.Response<DataLakeFileAsyncClient>>
DataLakeDirectoryAsyncClient.createFileWithResponse
(String fileName, String permissions, String umask, PathHttpHeaders headers, Map<String, String> metadata, DataLakeRequestConditions requestConditions) Creates a new file within a directory.Mono<com.azure.core.http.rest.Response<DataLakeFileAsyncClient>>
DataLakeFileSystemAsyncClient.createFileWithResponse
(String fileName, DataLakePathCreateOptions options) Creates a new file within a file system.Mono<com.azure.core.http.rest.Response<DataLakeFileAsyncClient>>
DataLakeFileSystemAsyncClient.createFileWithResponse
(String fileName, String permissions, String umask, PathHttpHeaders headers, Map<String, String> metadata, DataLakeRequestConditions requestConditions) Creates a new file within a file system.Moves the file to another location within the file system.Mono<com.azure.core.http.rest.Response<DataLakeFileAsyncClient>>
DataLakeFileAsyncClient.renameWithResponse
(String destinationFileSystem, String destinationPath, DataLakeRequestConditions sourceRequestConditions, DataLakeRequestConditions destinationRequestConditions) Moves the file to another location within the file system. -
Uses of DataLakeFileAsyncClient in com.azure.storage.file.datalake.specialized
Methods in com.azure.storage.file.datalake.specialized with parameters of type DataLakeFileAsyncClientModifier and TypeMethodDescriptionDataLakeLeaseClientBuilder.fileAsyncClient
(DataLakeFileAsyncClient dataLakeFileAsyncClient) Configures the builder based on the passedDataLakeFileAsyncClient
.