共用方式為


SearchIndexingBufferedSenderOptions interface

SearchIndexingBufferedSender 的選項。

屬性

autoFlush

指出是否已啟用 autoFlush。

flushWindowInMs

排清視窗。

到達 flushWindowInMs 之後,將會傳送批次要求。

initialBatchActionCount

初始批次動作計數。

一旦檔到達 initialBatchActionCount,就會傳送批次要求。

maxRetriesPerAction

重試次數上限

maxThrottlingDelayInMs

重試之間的延遲上限

throttlingDelayInMs

重試之間的延遲

屬性詳細資料

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