Mono<com.azure.core.http.rest.Response<Boolean>> |
DataLakeFileSystemAsyncClient.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.
|
Mono<com.azure.core.http.rest.Response<Boolean>> |
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.
|
Mono<com.azure.core.http.rest.Response<Boolean>> |
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.
|
Mono<com.azure.core.http.rest.Response<Boolean>> |
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.
|
Mono<com.azure.core.http.rest.Response<Boolean>> |
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.
|
Mono<com.azure.core.http.rest.Response<Boolean>> |
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.
|
Mono<com.azure.core.http.rest.Response<Boolean>> |
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.
|
Mono<com.azure.core.http.rest.Response<Boolean>> |
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.
|