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

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