| 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
PathUpdateAccessControlRecursiveOptions |
PathUpdateAccessControlRecursiveOptions.setBatchSize(Integer batchSize)
Sets the batch size.
|
PathUpdateAccessControlRecursiveOptions |
PathUpdateAccessControlRecursiveOptions.setContinuationToken(String continuationToken)
Sets a token that can be used to resume previously stopped operation.
|
PathUpdateAccessControlRecursiveOptions |
PathUpdateAccessControlRecursiveOptions.setContinueOnFailure(boolean continueOnFailure)
Sets if the operation should continue on user failure.
|
PathUpdateAccessControlRecursiveOptions |
PathUpdateAccessControlRecursiveOptions.setMaxBatches(Integer maxBatches)
Sets the maximum number of batches that single change Access Control operation can execute.
|
PathUpdateAccessControlRecursiveOptions |
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.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.