DataLakeGen2ACLRecursiveBaseCmdlet.BatchSize 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="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. Default is 2000.", Mandatory=false)]
public int BatchSize { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="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. Default is 2000.", Mandatory=false)>]
member this.BatchSize : int with get, set
Public Property BatchSize As Integer
Property Value
- Attributes