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\u003eThis page details the \u003ccode\u003eChannelPoolConfig\u003c/code\u003e class within the \u003ccode\u003eGoogle.Api.Gax.Grpc.Gcp\u003c/code\u003e namespace, part of the Google.Api.Gax.Grpc.dll assembly.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eChannelPoolConfig\u003c/code\u003e is a sealed class that implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<ChannelPoolConfig>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<ChannelPoolConfig>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, with inheritance from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides configurations for managing a pool of channels, including properties for \u003ccode\u003eMaxSize\u003c/code\u003e, \u003ccode\u003eIdleTimeout\u003c/code\u003e, and \u003ccode\u003eMaxConcurrentStreamsLowWatermark\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt has constructors for creating a new instance or cloning from an existing \u003ccode\u003eChannelPoolConfig\u003c/code\u003e instance, with methods for calculations, cloning, equality checks, merging, and string conversion.\u003c/p\u003e\n"],["\u003cp\u003eThe page also lists the different versions of the ChannelPoolConfig class, from version 3.2.0 to 4.10.0 (latest), with the information on this page specific to version 4.8.0.\u003c/p\u003e\n"]]],[],null,[]]