Class BidirectionalStreamingSettings (3.2.0)

public sealed class BidirectionalStreamingSettings

Settings for bidirectional streaming.

Inheritance

Object > BidirectionalStreamingSettings

Namespace

Google.Api.Gax.Grpc

Assembly

Google.Api.Gax.Grpc.dll

Constructors

BidirectionalStreamingSettings(Int32)

public BidirectionalStreamingSettings(int bufferedClientWriterCapacity)

Configure settings for bidirectional streaming.

Parameter
NameDescription
bufferedClientWriterCapacityInt32

The capacity of the write buffer.

Properties

BufferedClientWriterCapacity

public int BufferedClientWriterCapacity { get; }

The capacity of the write buffer, that locally buffers streaming requests before they are sent to the server.

Property Value
TypeDescription
Int32