Uses of Class
com.azure.storage.file.datalake.DataLakePathClient
-
Packages that use DataLakePathClient Package Description com.azure.storage.file.datalake Package containing the class required for DataLakeStorageClient. -
-
Uses of DataLakePathClient in com.azure.storage.file.datalake
Subclasses of DataLakePathClient in com.azure.storage.file.datalake Modifier and Type Class Description classDataLakeDirectoryClientThis class provides a client that contains directory operations for Azure Storage Data Lake.classDataLakeFileClientThis class provides a client that contains file operations for Azure Storage Data Lake.Methods in com.azure.storage.file.datalake that return DataLakePathClient Modifier and Type Method Description DataLakePathClientDataLakePathClient. getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)Creates a newDataLakePathClientwith the specifiedcustomerProvidedKey.DataLakePathClientDataLakeFileSystemClient. 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 DataLakePathClient Modifier and Type Method Description com.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.
-