Uses of Class
com.azure.storage.file.datalake.options.PathRemoveAccessControlRecursiveOptions
-
Packages that use PathRemoveAccessControlRecursiveOptions Package Description com.azure.storage.file.datalake Package containing the class required for DataLakeStorageClient.com.azure.storage.file.datalake.options Package containing options model classes used by Azure Storage File Datalake. -
-
Uses of PathRemoveAccessControlRecursiveOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type PathRemoveAccessControlRecursiveOptions Modifier and Type Method Description Mono<com.azure.core.http.rest.Response<AccessControlChangeResult>>
DataLakePathAsyncClient. removeAccessControlRecursiveWithResponse(PathRemoveAccessControlRecursiveOptions options)
Recursively removes the access control on a path and all subpaths.com.azure.core.http.rest.Response<AccessControlChangeResult>
DataLakePathClient. removeAccessControlRecursiveWithResponse(PathRemoveAccessControlRecursiveOptions options, Duration timeout, com.azure.core.util.Context context)
Recursively removes the access control on a path and all subpaths. -
Uses of PathRemoveAccessControlRecursiveOptions in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return PathRemoveAccessControlRecursiveOptions Modifier and Type Method Description PathRemoveAccessControlRecursiveOptions
PathRemoveAccessControlRecursiveOptions. setBatchSize(Integer batchSize)
Sets the batch size.PathRemoveAccessControlRecursiveOptions
PathRemoveAccessControlRecursiveOptions. setContinuationToken(String continuationToken)
Sets a token that can be used to resume previously stopped operation.PathRemoveAccessControlRecursiveOptions
PathRemoveAccessControlRecursiveOptions. setContinueOnFailure(boolean continueOnFailure)
Sets if the operation should continue on user failure.PathRemoveAccessControlRecursiveOptions
PathRemoveAccessControlRecursiveOptions. setMaxBatches(Integer maxBatches)
Sets the maximum number of batches that single change Access Control operation can execute.PathRemoveAccessControlRecursiveOptions
PathRemoveAccessControlRecursiveOptions. setProgressHandler(Consumer<com.azure.core.http.rest.Response<AccessControlChanges>> progressHandler)
Sets a callback where caller can track progress of the operation as well as collect paths that failed to change Access Control.
-