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-04-17 UTC."],[[["The `ChannelPoolConfig` class, part of the `Google.Api.Gax.Grpc.Gcp` namespace, is used to configure settings for a pool of communication channels and is available in several versions including the latest 4.10.0."],["This class provides constructors for creating new `ChannelPoolConfig` objects, either as a default instance or by cloning from another `ChannelPoolConfig` object."],["`ChannelPoolConfig` allows setting the maximum size of the channel pool (`MaxSize`), the timeout for idle channels (`IdleTimeout`), and a low watermark for the number of concurrent streams (`MaxConcurrentStreamsLowWatermark`)."],["The `ChannelPoolConfig` class includes various fields, properties, and methods for managing the configuration, including descriptor information, parsing capabilities, and operations like cloning, equality checks, and merging."],["This class is a sealed class that inherits from object and implements `IBufferMessage` and `IMessage`, indicating its use in protocol buffer-based communication, offering methods for data manipulation and serialization."]]],[]]