ImportSettings.BatchSize Property

Definition

Gets or sets the number of items to process in a batch.

public:
 property int BatchSize { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int BatchSize { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.BatchSize : int with get, set
Public Property BatchSize As Integer

Property Value

The number of items to process in a batch.

Attributes

Applies to