Class ClientStreamingSettings (4.3.1)

public sealed class ClientStreamingSettings

Settings for client streaming.

Inheritance

object > ClientStreamingSettings

Namespace

GoogleGoogle.ApiGaxGrpc

Assembly

Google.Api.Gax.Grpc.dll

Constructors

ClientStreamingSettings(int)

public ClientStreamingSettings(int bufferedClientWriterCapacity)

Configure settings for client streaming.

Parameter
NameDescription
bufferedClientWriterCapacityint

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