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