IndexingParameters.BatchSize Property

Definition

Gets or sets the number of items that are read from the data source and indexed as a single batch in order to improve performance. The default depends on the data source type.

[Newtonsoft.Json.JsonProperty(PropertyName="batchSize")]
public int? BatchSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="batchSize")>]
member this.BatchSize : Nullable<int> with get, set
Public Property BatchSize As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to