EventHubConnectionOptions.SendBufferSizeInBytes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET