SearchIndexingBufferedSenderOptions interface
SearchIndexingBufferedSender 的選項。
屬性
auto |
指出是否已啟用 autoFlush。 |
flush |
排清視窗。 到達 flushWindowInMs 之後,將會傳送批次要求。 |
initial |
初始批次動作計數。 一旦檔到達 initialBatchActionCount,就會傳送批次要求。 |
max |
重試次數上限 |
max |
重試之間的延遲上限 |
throttling |
重試之間的延遲 |
屬性詳細資料
autoFlush
指出是否已啟用 autoFlush。
autoFlush?: boolean
屬性值
boolean
flushWindowInMs
排清視窗。
到達 flushWindowInMs 之後,將會傳送批次要求。
flushWindowInMs?: number
屬性值
number
initialBatchActionCount
初始批次動作計數。
一旦檔到達 initialBatchActionCount,就會傳送批次要求。
initialBatchActionCount?: number
屬性值
number
maxRetriesPerAction
重試次數上限
maxRetriesPerAction?: number
屬性值
number
maxThrottlingDelayInMs
重試之間的延遲上限
maxThrottlingDelayInMs?: number
屬性值
number
throttlingDelayInMs
重試之間的延遲
throttlingDelayInMs?: number
屬性值
number