AccessControlChanges Class
AccessControlChanges contains batch and cumulative counts of operations that change Access Control Lists recursively. Additionally it exposes path entries that failed to update while these operations progress.
- Inheritance
-
azure.storage.filedatalake._shared.models.DictMixinAccessControlChanges
Constructor
AccessControlChanges(batch_counters, aggregate_counters, batch_failures, continuation)
Parameters
- batch_counters
- aggregate_counters
- batch_failures
- continuation
Variables
- batch_counters
- AccessControlChangeCounters
Contains counts of paths changed within single batch.
- aggregate_counters
- AccessControlChangeCounters
Contains counts of paths changed from start of the operation.
- batch_failures
- list(AccessControlChangeFailure)
List of path entries that failed to update Access Control List within single batch.
- continuation
- str
An opaque continuation token that may be used to resume the operations in case of failures.
Feedback
Submit and view feedback for