Uses of Class
com.azure.storage.file.datalake.options.PathUpdateAccessControlRecursiveOptions
Packages that use PathUpdateAccessControlRecursiveOptions
Package
Description
Package containing the class required for DataLakeStorageClient.
Package containing options model classes used by Azure Storage File Datalake.
-
Uses of PathUpdateAccessControlRecursiveOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type PathUpdateAccessControlRecursiveOptionsModifier and TypeMethodDescriptionMono
<com.azure.core.http.rest.Response<AccessControlChangeResult>> DataLakePathAsyncClient.updateAccessControlRecursiveWithResponse
(PathUpdateAccessControlRecursiveOptions options) Recursively updates the access control on a path and all subpaths.com.azure.core.http.rest.Response
<AccessControlChangeResult> DataLakePathClient.updateAccessControlRecursiveWithResponse
(PathUpdateAccessControlRecursiveOptions options, Duration timeout, com.azure.core.util.Context context) Recursively updates the access control on a path and all subpaths. -
Uses of PathUpdateAccessControlRecursiveOptions in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return PathUpdateAccessControlRecursiveOptionsModifier and TypeMethodDescriptionPathUpdateAccessControlRecursiveOptions.setBatchSize
(Integer batchSize) Sets the batch size.PathUpdateAccessControlRecursiveOptions.setContinuationToken
(String continuationToken) Sets a token that can be used to resume previously stopped operation.PathUpdateAccessControlRecursiveOptions.setContinueOnFailure
(boolean continueOnFailure) Sets if the operation should continue on user failure.PathUpdateAccessControlRecursiveOptions.setMaxBatches
(Integer maxBatches) Sets the maximum number of batches that single change Access Control operation can execute.PathUpdateAccessControlRecursiveOptions.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.