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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The latest version of `ChannelPoolConfig` is 4.10.0, with documentation available, and there are several previous versions documented, including 4.8.0, 4.4.0, 4.3.1, 4.2.0, 4.0.0, and 3.2.0."],["`ChannelPoolConfig` is a sealed class that implements multiple interfaces such as `IMessage`, `IEquatable\u003cChannelPoolConfig\u003e`, `IDeepCloneable\u003cChannelPoolConfig\u003e`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffer manipulation."],["The `ChannelPoolConfig` class has several key properties such as `IdleTimeout`, `MaxConcurrentStreamsLowWatermark`, and `MaxSize` to configure channel pool behavior, including idle timeout duration, the low watermark for concurrent streams, and the maximum pool size, respectively."],["The class includes methods for managing the message, like `Clone()`, `Equals()`, `GetHashCode()`, `MergeFrom()`, `ToString()`, `WriteTo()`, and `CalculateSize()`, which allow for creating copies, comparing objects, generating hash codes, merging messages, converting to a string, writing data to an output stream, and calculating the message size in bytes."],["`ChannelPoolConfig` defines constant field numbers for `IdleTimeout`, `MaxConcurrentStreamsLowWatermark`, and `MaxSize`, accessible via `IdleTimeoutFieldNumber`, `MaxConcurrentStreamsLowWatermarkFieldNumber`, and `MaxSizeFieldNumber`, respectively."]]],[]]