你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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