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

EventHubConnectionOptions.SendBufferSizeInBytes Property

Definition

The size of the buffer used for sending information via the active transport.

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

Property Value

The size of the buffer, in bytes. The default value is -1, which instructs the transport to use the host's default buffer size.

Remarks

This value is used to configure the SendBufferSize used by the active transport. It is recommended that the host's default buffer size be used unless there is a specific application scenario that requires it to be adjusted and the new value has been tested thoroughly.

Applies to