Class BidirectionalStreamingSettings (4.8.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
Name Description
bufferedClientWriterCapacity int

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
Type Description
int