public sealed class BidirectionalStreamingSettingsSettings for bidirectional streaming.
Namespace
Google.Api.Gax.GrpcAssembly
Google.Api.Gax.Grpc.dll
Constructors
BidirectionalStreamingSettings(int)
public BidirectionalStreamingSettings(int bufferedClientWriterCapacity)Configure settings for bidirectional streaming.
| Parameter | |
|---|---|
| Name | Description |
bufferedClientWriterCapacity |
intThe capacity of the write buffer. |
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 |
|