 | 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.4.1
Syntaxpublic int BatchSize { get; set; }
Public Property BatchSize As Integer
Get
Set
Property Value
Type:
Int32
See Also