Uses of Class
com.azure.storage.file.datalake.options.DataLakePathDeleteOptions
Packages that use DataLakePathDeleteOptions
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing options model classes used by Azure Storage File Datalake.
-
Uses of DataLakePathDeleteOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type DataLakePathDeleteOptionsModifier and TypeMethodDescriptionDataLakeFileSystemAsyncClient.deleteDirectoryIfExistsWithResponse
(String directoryName, DataLakePathDeleteOptions options) Deletes the specified directory in the file system if it exists.com.azure.core.http.rest.Response
<Boolean> DataLakeFileSystemClient.deleteDirectoryIfExistsWithResponse
(String directoryName, DataLakePathDeleteOptions options, Duration timeout, com.azure.core.util.Context context) Deletes the specified directory in the file system if it exists.DataLakeDirectoryAsyncClient.deleteFileIfExistsWithResponse
(String fileName, DataLakePathDeleteOptions options) Deletes the specified file in the directory if it exists.com.azure.core.http.rest.Response
<Boolean> DataLakeDirectoryClient.deleteFileIfExistsWithResponse
(String fileName, DataLakePathDeleteOptions options, Duration timeout, com.azure.core.util.Context context) Deletes the specified file in the directory if it exists.DataLakeFileSystemAsyncClient.deleteFileIfExistsWithResponse
(String fileName, DataLakePathDeleteOptions options) Deletes the specified file in the file system if it exists.com.azure.core.http.rest.Response
<Boolean> DataLakeFileSystemClient.deleteFileIfExistsWithResponse
(String fileName, DataLakePathDeleteOptions options, Duration timeout, com.azure.core.util.Context context) Deletes the specified file in the file system if it exists.DataLakeDirectoryAsyncClient.deleteIfExistsWithResponse
(DataLakePathDeleteOptions options) Deletes a directory if it exists.com.azure.core.http.rest.Response
<Boolean> DataLakeDirectoryClient.deleteIfExistsWithResponse
(DataLakePathDeleteOptions options, Duration timeout, com.azure.core.util.Context context) Deletes a directory if it exists.DataLakeFileAsyncClient.deleteIfExistsWithResponse
(DataLakePathDeleteOptions options) Deletes a file if it exists.com.azure.core.http.rest.Response
<Boolean> DataLakeFileClient.deleteIfExistsWithResponse
(DataLakePathDeleteOptions options, Duration timeout, com.azure.core.util.Context context) Deletes a file if it exists.DataLakeFileSystemAsyncClient.deleteIfExistsWithResponse
(DataLakePathDeleteOptions options) Marks the specified file system for deletion if it exists.com.azure.core.http.rest.Response
<Boolean> DataLakeFileSystemClient.deleteIfExistsWithResponse
(DataLakePathDeleteOptions options, Duration timeout, com.azure.core.util.Context context) Marks the specified file system for deletion if it exists.DataLakePathAsyncClient.deleteIfExistsWithResponse
(DataLakePathDeleteOptions options) Deletes all paths under the specified resource if exists.com.azure.core.http.rest.Response
<Boolean> DataLakePathClient.deleteIfExistsWithResponse
(DataLakePathDeleteOptions options, Duration timeout, com.azure.core.util.Context context) Deletes all paths under the specified resource if exists.DataLakeDirectoryAsyncClient.deleteSubdirectoryIfExistsWithResponse
(String directoryName, DataLakePathDeleteOptions options) Deletes the specified subdirectory in the directory if it exists.com.azure.core.http.rest.Response
<Boolean> DataLakeDirectoryClient.deleteSubdirectoryIfExistsWithResponse
(String subdirectoryName, DataLakePathDeleteOptions options, Duration timeout, com.azure.core.util.Context context) Deletes the specified subdirectory in the directory if it exists. -
Uses of DataLakePathDeleteOptions in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return DataLakePathDeleteOptionsModifier and TypeMethodDescriptionDataLakePathDeleteOptions.setIsRecursive
(boolean recursive) Sets the permissions.DataLakePathDeleteOptions.setRequestConditions
(DataLakeRequestConditions requestConditions) Sets the request conditions.