Uses of Class
com.azure.storage.file.datalake.DataLakePathAsyncClient
Packages that use DataLakePathAsyncClient
Package
Description
Package containing the class required for DataLakeStorageClient.
-
Uses of DataLakePathAsyncClient in com.azure.storage.file.datalake
Subclasses of DataLakePathAsyncClient in com.azure.storage.file.datalakeModifier and TypeClassDescriptionfinal class
This class provides a client that contains directory operations for Azure Storage Data Lake.class
This class provides a client that contains file operations for Azure Storage Data Lake.Methods in com.azure.storage.file.datalake that return DataLakePathAsyncClientModifier and TypeMethodDescriptionDataLakePathAsyncClient.getCustomerProvidedKeyAsyncClient
(CustomerProvidedKey customerProvidedKey) Creates a newDataLakePathAsyncClient
with the specifiedcustomerProvidedKey
.Methods in com.azure.storage.file.datalake that return types with arguments of type DataLakePathAsyncClientModifier and TypeMethodDescriptionDataLakeFileSystemAsyncClient.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.