| Package | Description |
|---|---|
| com.azure.storage.file.datalake |
Package containing the class required for DataLakeStorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataLakeFileClient.scheduleDeletion(FileScheduleDeletionOptions options)
Schedules the file for deletion.
|
Mono<Void> |
DataLakeFileAsyncClient.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.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.