Class ClientStreamingSettings (4.4.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(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