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

EventHubConnectionOptions.ReceiveBufferSizeInBytes 属性

定义

用于通过活动传输接收信息的缓冲区的大小。

public int ReceiveBufferSizeInBytes { get; set; }
member this.ReceiveBufferSizeInBytes : int with get, set
Public Property ReceiveBufferSizeInBytes As Integer

属性值

缓冲区的大小(以字节为单位)。 默认大小为 8,192 字节。

注解

此值用于配置 ReceiveBufferSize 活动传输所使用的 。

适用于