SettingsSaveBatchSize Property

Gets or sets the batch size that is used for save operations. Default is 16.

Definition

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

Property Value

Int32

Remarks

This setting controls how many documents are send to Sphinx within a single roundtrip.

See Also