Uses of Class
com.azure.storage.file.datalake.options.PathUpdateAccessControlRecursiveOptions
-
Packages that use PathUpdateAccessControlRecursiveOptions 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 PathUpdateAccessControlRecursiveOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type PathUpdateAccessControlRecursiveOptions Modifier and Type Method Description Mono<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 PathUpdateAccessControlRecursiveOptions Modifier and Type Method Description PathUpdateAccessControlRecursiveOptionsPathUpdateAccessControlRecursiveOptions. setBatchSize(Integer batchSize)Sets the batch size.PathUpdateAccessControlRecursiveOptionsPathUpdateAccessControlRecursiveOptions. setContinuationToken(String continuationToken)Sets a token that can be used to resume previously stopped operation.PathUpdateAccessControlRecursiveOptionsPathUpdateAccessControlRecursiveOptions. setContinueOnFailure(boolean continueOnFailure)Sets if the operation should continue on user failure.PathUpdateAccessControlRecursiveOptionsPathUpdateAccessControlRecursiveOptions. setMaxBatches(Integer maxBatches)Sets the maximum number of batches that single change Access Control operation can execute.PathUpdateAccessControlRecursiveOptionsPathUpdateAccessControlRecursiveOptions. 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.
-