Uses of Class
com.azure.storage.file.datalake.options.FileScheduleDeletionOptions
Packages that use FileScheduleDeletionOptions
Package
Description
Package containing the class required for DataLakeStorageClient.
-
Uses of FileScheduleDeletionOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type FileScheduleDeletionOptionsModifier and TypeMethodDescriptionDataLakeFileAsyncClient.scheduleDeletion
(FileScheduleDeletionOptions options) Schedules the file for deletion.void
DataLakeFileClient.scheduleDeletion
(FileScheduleDeletionOptions options) Schedules the file for deletion.DataLakeFileAsyncClient.scheduleDeletionWithResponse
(FileScheduleDeletionOptions options) Schedules the file for deletion.com.azure.core.http.rest.Response
<Void> DataLakeFileClient.scheduleDeletionWithResponse
(FileScheduleDeletionOptions options, Duration timeout, com.azure.core.util.Context context) Schedules the file for deletion.