public uint MaxConcurrentStreamsLowWatermark { get; set; }
The low watermark of max number of concurrent streams in a channel.
New channel will be created once it get hit, until we reach the max size
of the channel pool.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eChannelPoolConfig\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Api.Gax.Grpc.Gcp\u003c/code\u003e namespace, is a sealed class that manages the configuration of a channel pool, implementing \u003ccode\u003eProtobuf.IMessage\u003c/code\u003e and \u003ccode\u003eProtobuf.IBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides constructors for creating new \u003ccode\u003eChannelPoolConfig\u003c/code\u003e objects, either as a default instance or by cloning another \u003ccode\u003eChannelPoolConfig\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains three configurable fields: \u003ccode\u003eIdleTimeoutFieldNumber\u003c/code\u003e which represents the idle timeout, \u003ccode\u003eMaxConcurrentStreamsLowWatermarkFieldNumber\u003c/code\u003e which represents the low watermark of concurrent streams, and \u003ccode\u003eMaxSizeFieldNumber\u003c/code\u003e which represents the maximum size of the channel pool, all represented by their field number.\u003c/p\u003e\n"],["\u003cp\u003eThe class defines properties such as \u003ccode\u003eDescriptor\u003c/code\u003e, \u003ccode\u003eIdleTimeout\u003c/code\u003e, \u003ccode\u003eMaxConcurrentStreamsLowWatermark\u003c/code\u003e, \u003ccode\u003eMaxSize\u003c/code\u003e, and \u003ccode\u003eParser\u003c/code\u003e, allowing access to the configuration details of a channel pool, which provides the max number of channels, the low watermark for concurrent streams, and the idle timeout of channels.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eChannelPoolConfig\u003c/code\u003e class includes several methods, such as \u003ccode\u003eCalculateSize()\u003c/code\u003e, \u003ccode\u003eClone()\u003c/code\u003e, \u003ccode\u003eEquals()\u003c/code\u003e, \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eMergeFrom()\u003c/code\u003e, \u003ccode\u003eToString()\u003c/code\u003e, and \u003ccode\u003eWriteTo()\u003c/code\u003e, allowing for various operations like size calculation, object comparison, merging configurations, and serialization/deserialization.\u003c/p\u003e\n"]]],[],null,[]]