Uses of Class
com.azure.storage.file.datalake.DataLakeFileAsyncClient
-
Packages that use DataLakeFileAsyncClient 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 DataLakeFileAsyncClient in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake that return DataLakeFileAsyncClient Modifier and Type Method Description DataLakeFileAsyncClientDataLakePathClientBuilder. buildFileAsyncClient()Creates aDataLakeFileAsyncClientbased on options set in the builder.DataLakeFileAsyncClientDataLakeDirectoryAsyncClient. getFileAsyncClient(String fileName)Creates a new DataLakeFileAsyncClient object by concatenating fileName to the end of DataLakeDirectoryAsyncClient's URL.DataLakeFileAsyncClientDataLakeFileSystemAsyncClient. 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 DataLakeFileAsyncClient Modifier and Type Method Description Mono<DataLakeFileAsyncClient>DataLakeDirectoryAsyncClient. createFile(String fileName)Creates a new file within a directory.Mono<DataLakeFileAsyncClient>DataLakeDirectoryAsyncClient. createFile(String fileName, boolean overwrite)Creates a new file within a directory.Mono<DataLakeFileAsyncClient>DataLakeFileSystemAsyncClient. createFile(String fileName)Creates a new file within a file system.Mono<DataLakeFileAsyncClient>DataLakeFileSystemAsyncClient. createFile(String fileName, boolean overwrite)Creates a new file within a file system.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, String permissions, String umask, PathHttpHeaders headers, Map<String,String> metadata, DataLakeRequestConditions requestConditions)Creates a new file within a file system.Mono<DataLakeFileAsyncClient>DataLakeFileAsyncClient. rename(String destinationFileSystem, String destinationPath)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 DataLakeFileAsyncClient Modifier and Type Method Description DataLakeLeaseClientBuilderDataLakeLeaseClientBuilder. fileAsyncClient(DataLakeFileAsyncClient dataLakeFileAsyncClient)Configures the builder based on the passedDataLakeFileAsyncClient.
-