Uses of Class
com.azure.storage.file.datalake.DataLakePathAsyncClient
-
Packages that use DataLakePathAsyncClient Package Description com.azure.storage.file.datalake Package containing the class required for DataLakeStorageClient. -
-
Uses of DataLakePathAsyncClient in com.azure.storage.file.datalake
Subclasses of DataLakePathAsyncClient in com.azure.storage.file.datalake Modifier and Type Class Description classDataLakeDirectoryAsyncClientThis class provides a client that contains directory operations for Azure Storage Data Lake.classDataLakeFileAsyncClientThis class provides a client that contains file operations for Azure Storage Data Lake.Methods in com.azure.storage.file.datalake that return types with arguments of type DataLakePathAsyncClient Modifier and Type Method Description Mono<DataLakePathAsyncClient>DataLakeFileSystemAsyncClient. undeletePath(String deletedPath, String deletionId)Restores a soft deleted path in the file system.Mono<com.azure.core.http.rest.Response<DataLakePathAsyncClient>>DataLakeFileSystemAsyncClient. undeletePathWithResponse(String deletedPath, String deletionId)Restores a soft deleted path in the file system.
-