public sealed class ClientStreamingSettingsSettings for client streaming.
Namespace
Google.Api.Gax.GrpcAssembly
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 |
|