Click or drag to resize

BulkCopyBatchSize Property

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

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public int BatchSize { get; set; }

Property Value

Type: Int32
See Also