 | SettingsSaveBatchSize Property |
Gets or sets the batch size that is used for save operations. Default is 16.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic int SaveBatchSize { get; set; }
Public Property SaveBatchSize As Integer
Get
Set
Property Value
Type:
Int32
Remarks
This setting controls how many documents are send to Sphinx within a single roundtrip.
See Also