Class ClientStreamingSettings (4.0.0)

public sealed class ClientStreamingSettings

Settings for client streaming.

Inheritance

Object > ClientStreamingSettings

Namespace

Google.Api.Gax.Grpc

Assembly

Google.Api.Gax.Grpc.dll

Constructors

ClientStreamingSettings(Int32)

public ClientStreamingSettings(int bufferedClientWriterCapacity)

Configure settings for client streaming.

Parameter
NameDescription
bufferedClientWriterCapacityInt32

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