DataLakeGen2ACLRecursiveBaseCmdlet.MaxBatchCount Property
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.
[System.Management.Automation.Parameter(HelpMessage="Maximum number of batches that single change Access Control operation can execute. If data set size exceeds MaxBatchCount multiply BatchSize, continuation token will be return.", Mandatory=false)]
public int MaxBatchCount { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Maximum number of batches that single change Access Control operation can execute. If data set size exceeds MaxBatchCount multiply BatchSize, continuation token will be return.", Mandatory=false)>]
member this.MaxBatchCount : int with get, set
Public Property MaxBatchCount As Integer
Property Value
- Attributes