AccessControlChanges interface
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.
Properties
aggregate |
Counts of paths changed from start of the operation. |
batch |
Counts of paths changed within single batch. |
batch |
Path entries that failed to update Access Control List within single batch. |
continuation |
Optional. Value is present when operation is split into multiple batches and can be used to resume progress. |
Property Details
aggregateCounters
Counts of paths changed from start of the operation.
aggregateCounters: AccessControlChangeCounters
Property Value
batchCounters
Counts of paths changed within single batch.
batchCounters: AccessControlChangeCounters
Property Value
batchFailures
Path entries that failed to update Access Control List within single batch.
batchFailures: AccessControlChangeError[]
Property Value
continuationToken
Optional. Value is present when operation is split into multiple batches and can be used to resume progress.
continuationToken?: string
Property Value
string