AccessControlChangeResult Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AccessControlChangeResult contains result of operations that change Access Control Lists recursively.
public struct AccessControlChangeResult
type AccessControlChangeResult = struct
Public Structure AccessControlChangeResult
- Inheritance
-
AccessControlChangeResult
Properties
BatchFailures |
Optional the First Batch Failures. An enumerable of path entries that failed to update Access Control List within the first single batch. If no failures occured, this will be set to null. |
ContinuationToken |
Optional continuation token. Value is present when operation is split into multiple batches and can be used to resume progress. |
Counters |
A AccessControlChangeCounters that contains counts of paths changed from start of the operation. |
Applies to
Azure SDK for .NET