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