Uses of Class
com.azure.storage.file.datalake.DataLakePathClient
Packages that use DataLakePathClient
Package
Description
Package containing the class required for DataLakeStorageClient.
-
Uses of DataLakePathClient in com.azure.storage.file.datalake
Subclasses of DataLakePathClient in com.azure.storage.file.datalakeModifier and TypeClassDescriptionclassThis class provides a client that contains directory operations for Azure Storage Data Lake.classThis class provides a client that contains file operations for Azure Storage Data Lake.Methods in com.azure.storage.file.datalake that return DataLakePathClientModifier and TypeMethodDescriptionDataLakePathClient.getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey) Creates a newDataLakePathClientwith the specifiedcustomerProvidedKey.DataLakeFileSystemClient.undeletePath(String deletedPath, String deletionId) Restores a soft deleted path in the file system.Methods in com.azure.storage.file.datalake that return types with arguments of type DataLakePathClientModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<DataLakePathClient> DataLakeFileSystemClient.undeletePathWithResponse(String deletedPath, String deletionId, Duration timeout, com.azure.core.util.Context context) Restores a soft deleted path in the file system.