SearchIndexingBufferedSenderOptions interface
Options for SearchIndexingBufferedSender.
Properties
auto |
Indicates if autoFlush is enabled. |
flush |
Flush Window. A batch request will be sent after flushWindowInMs is reached. |
initial |
Initial Batch Action Count. A batch request will be sent once the documents reach the initialBatchActionCount. |
max |
Maximum number of Retries |
max |
Max Delay between retries |
throttling |
Delay between retries |
Property Details
autoFlush
Indicates if autoFlush is enabled.
autoFlush?: boolean
Property Value
boolean
flushWindowInMs
Flush Window.
A batch request will be sent after flushWindowInMs is reached.
flushWindowInMs?: number
Property Value
number
initialBatchActionCount
Initial Batch Action Count.
A batch request will be sent once the documents reach the initialBatchActionCount.
initialBatchActionCount?: number
Property Value
number
maxRetriesPerAction
Maximum number of Retries
maxRetriesPerAction?: number
Property Value
number
maxThrottlingDelayInMs
Max Delay between retries
maxThrottlingDelayInMs?: number
Property Value
number
throttlingDelayInMs
Delay between retries
throttlingDelayInMs?: number
Property Value
number