BulkCopyBatchSize Property

Gets or sets the batch size to use when inserting data into the index. Default is 16.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public int BatchSize { get; set; }

Property Value

Int32

See Also