public sealed class ChannelPoolConfig : IMessage<ChannelPoolConfig>, IEquatable<ChannelPoolConfig>, IDeepCloneable<ChannelPoolConfig>, IBufferMessage, IMessage
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, found in version 4.4.0 of the \u003ccode\u003eGoogle.Api.Gax\u003c/code\u003e package, is a sealed class that implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class defines configurations for channel pooling, including settings like \u003ccode\u003eIdleTimeout\u003c/code\u003e, \u003ccode\u003eMaxConcurrentStreamsLowWatermark\u003c/code\u003e, and \u003ccode\u003eMaxSize\u003c/code\u003e, which are accessible as properties to control the behavior of the channel pool.\u003c/p\u003e\n"],["\u003cp\u003eIt provides constructors to create a \u003ccode\u003eChannelPoolConfig\u003c/code\u003e instance either with default settings or by cloning an existing \u003ccode\u003eChannelPoolConfig\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eChannelPoolConfig\u003c/code\u003e also includes methods for calculating its size, creating a deep clone, merging configurations, and handling serialization via \u003ccode\u003eCodedInputStream\u003c/code\u003e and \u003ccode\u003eCodedOutputStream\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are several inherited members and overrides from the base \u003ccode\u003eobject\u003c/code\u003e class such as \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e, for comparing, hashing and producing a string representation of the objects.\u003c/p\u003e\n"]]],[],null,[]]