Uses of Class
com.azure.storage.file.datalake.options.PathSetAccessControlRecursiveOptions
-
Packages that use PathSetAccessControlRecursiveOptions 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 PathSetAccessControlRecursiveOptions in com.azure.storage.file.datalake
Methods in com.azure.storage.file.datalake with parameters of type PathSetAccessControlRecursiveOptions Modifier and Type Method Description Mono<com.azure.core.http.rest.Response<AccessControlChangeResult>>DataLakePathAsyncClient. setAccessControlRecursiveWithResponse(PathSetAccessControlRecursiveOptions options)Recursively sets the access control on a path and all subpaths.com.azure.core.http.rest.Response<AccessControlChangeResult>DataLakePathClient. setAccessControlRecursiveWithResponse(PathSetAccessControlRecursiveOptions options, Duration timeout, com.azure.core.util.Context context)Recursively sets the access control on a path and all subpaths. -
Uses of PathSetAccessControlRecursiveOptions in com.azure.storage.file.datalake.options
Methods in com.azure.storage.file.datalake.options that return PathSetAccessControlRecursiveOptions Modifier and Type Method Description PathSetAccessControlRecursiveOptionsPathSetAccessControlRecursiveOptions. setBatchSize(Integer batchSize)Sets the batch size.PathSetAccessControlRecursiveOptionsPathSetAccessControlRecursiveOptions. setContinuationToken(String continuationToken)Sets a token that can be used to resume previously stopped operation.PathSetAccessControlRecursiveOptionsPathSetAccessControlRecursiveOptions. setContinueOnFailure(boolean continueOnFailure)Sets if the operation should continue on user failure.PathSetAccessControlRecursiveOptionsPathSetAccessControlRecursiveOptions. setMaxBatches(Integer maxBatches)Sets the maximum number of batches that single change Access Control operation can execute.PathSetAccessControlRecursiveOptionsPathSetAccessControlRecursiveOptions. 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.
-