Uses of Class
com.azure.storage.file.datalake.options.FileScheduleDeletionOptions
-
Packages that use FileScheduleDeletionOptions Package Description com.azure.storage.file.datalake 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 FileScheduleDeletionOptions Modifier and Type Method Description Mono<Void>
DataLakeFileAsyncClient. scheduleDeletion(FileScheduleDeletionOptions options)
Schedules the file for deletion.void
DataLakeFileClient. scheduleDeletion(FileScheduleDeletionOptions options)
Schedules the file for deletion.Mono<com.azure.core.http.rest.Response<Void>>
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.
-