共用方式為


IndexingParameters.BatchSize Property

Definition

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.

public int? BatchSize { get; set; }
member this.BatchSize : Nullable<int> with get, set
Public Property BatchSize As Nullable(Of Integer)

Property Value

Applies to