你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BufferedCloseOptions interface
用于在 上配置 close
方法的选项 EventHubBufferedProducerClient
。
- 扩展
属性
flush | 如果 |
继承属性
abort |
可用于中止请求的信号。 |
tracing |
用于配置跟踪的选项。 |
属性详细信息
flush
如果 true
为 ,则应在关闭之前发送所有挂起的缓冲事件。
当 为 时 false
,请放弃所有缓冲事件并立即关闭。
默认为 true
。
flush?: boolean
属性值
boolean
继承属性详细信息
abortSignal
tracingOptions
用于配置跟踪的选项。
tracingOptions?: OperationTracingOptions