AccessControlChangeOptions Class
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.
AccessControlChangeOptions contain knobs used to customize recursive Access Control operations.
public class AccessControlChangeOptions
type AccessControlChangeOptions = class
Public Class AccessControlChangeOptions
- Inheritance
-
AccessControlChangeOptions
Constructors
AccessControlChangeOptions() |
Properties
BatchSize |
Optional. If data set size exceeds batch size then operation will be split into multiple requests so that progress can be tracked. Batch size should be between 1 and 2000. The default when unspecified is 2000. |
ContinueOnFailure |
Optional. If set to false, the operation will terminate quickly on encountering user failures. If true, the operation will ignore user failures and proceed with the operation on other sub-entities of the directory. |
MaxBatches |
Optional. Defines maximum number of batches that single change Access Control operation can execute. If maximum is reached before all subpaths are processed then continuation token can be used to resume operation. Empty value indicates that maximum number of batches in unbound and operation continues till end. |
ProgressHandler |
Optional. Progress<T> callback where caller can track progress of the operation as well as collect paths that failed to change Access Control. |
Applies to
Azure SDK for .NET