Class BidirectionalStreamingSettings (4.4.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(int)

public BidirectionalStreamingSettings(int bufferedClientWriterCapacity)

Configure settings for bidirectional streaming.

Parameter
NameDescription
bufferedClientWriterCapacityint

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
int