Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SearchIndexingBufferedSenderOptions interface
- Package:
- @azure/search-documents
Options for SearchIndexingBufferedSender.
Properties
| autoFlush | Indicates if autoFlush is enabled. |
| flushWindowInMs | Flush Window. A batch request will be sent after flushWindowInMs is reached. |
| initialBatchActionCount | Initial Batch Action Count. A batch request will be sent once the documents reach the initialBatchActionCount. |
| maxRetriesPerAction | Maximum number of Retries |
| maxThrottlingDelayInMs | Max Delay between retries |
| throttlingDelayInMs | 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
