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-07 UTC."],[[["\u003cp\u003eThe latest version of \u003ccode\u003eChannelPoolConfig\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eChannelPoolConfig\u003c/code\u003e is a sealed class that implements multiple 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, allowing for message handling, equality checks, deep cloning, and buffer manipulation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eChannelPoolConfig\u003c/code\u003e class has several key properties such as \u003ccode\u003eIdleTimeout\u003c/code\u003e, \u003ccode\u003eMaxConcurrentStreamsLowWatermark\u003c/code\u003e, and \u003ccode\u003eMaxSize\u003c/code\u003e to configure channel pool behavior, including idle timeout duration, the low watermark for concurrent streams, and the maximum pool size, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes methods for managing the message, like \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, \u003ccode\u003eWriteTo()\u003c/code\u003e, and \u003ccode\u003eCalculateSize()\u003c/code\u003e, 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.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eChannelPoolConfig\u003c/code\u003e defines constant field numbers for \u003ccode\u003eIdleTimeout\u003c/code\u003e, \u003ccode\u003eMaxConcurrentStreamsLowWatermark\u003c/code\u003e, and \u003ccode\u003eMaxSize\u003c/code\u003e, accessible via \u003ccode\u003eIdleTimeoutFieldNumber\u003c/code\u003e, \u003ccode\u003eMaxConcurrentStreamsLowWatermarkFieldNumber\u003c/code\u003e, and \u003ccode\u003eMaxSizeFieldNumber\u003c/code\u003e, respectively.\u003c/p\u003e\n"]]],[],null,["# Class ChannelPoolConfig (4.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [4.10.0 (latest)](/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.Gcp.ChannelPoolConfig)\n- [4.8.0](/dotnet/docs/reference/Google.Api.Gax/4.8.0/Google.Api.Gax.Grpc.Gcp.ChannelPoolConfig)\n- [4.4.0](/dotnet/docs/reference/Google.Api.Gax/4.4.0/Google.Api.Gax.Grpc.Gcp.ChannelPoolConfig)\n- [4.3.1](/dotnet/docs/reference/Google.Api.Gax/4.3.1/Google.Api.Gax.Grpc.Gcp.ChannelPoolConfig)\n- [4.2.0](/dotnet/docs/reference/Google.Api.Gax/4.2.0/Google.Api.Gax.Grpc.Gcp.ChannelPoolConfig)\n- [4.0.0](/dotnet/docs/reference/Google.Api.Gax/4.0.0/Google.Api.Gax.Grpc.Gcp.ChannelPoolConfig)\n- [3.2.0](/dotnet/docs/reference/Google.Api.Gax/3.2.0/Google.Api.Gax.Grpc.Gcp.ChannelPoolConfig) \n\n public sealed class ChannelPoolConfig : IMessage\u003cChannelPoolConfig\u003e, IEquatable\u003cChannelPoolConfig\u003e, IDeepCloneable\u003cChannelPoolConfig\u003e, IBufferMessage, IMessage\n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ChannelPoolConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ChannelPoolConfig](/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.Gcp.ChannelPoolConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ChannelPoolConfig](/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.Gcp.ChannelPoolConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ChannelPoolConfig](/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.Gcp.ChannelPoolConfig), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)\n\nNamespace\n---------\n\n[Google.Api.Gax.Grpc.Gcp](/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.Gcp)\n\nAssembly\n--------\n\nGoogle.Api.Gax.Grpc.dll\n\nConstructors\n------------\n\n### ChannelPoolConfig()\n\n public ChannelPoolConfig()\n\n### ChannelPoolConfig(ChannelPoolConfig)\n\n public ChannelPoolConfig(ChannelPoolConfig other)\n\nFields\n------\n\n### IdleTimeoutFieldNumber\n\n public const int IdleTimeoutFieldNumber = 2\n\nField number for the \"idle_timeout\" field.\n\n### MaxConcurrentStreamsLowWatermarkFieldNumber\n\n public const int MaxConcurrentStreamsLowWatermarkFieldNumber = 3\n\nField number for the \"max_concurrent_streams_low_watermark\" field.\n\n### MaxSizeFieldNumber\n\n public const int MaxSizeFieldNumber = 1\n\nField number for the \"max_size\" field.\n\nProperties\n----------\n\n### Descriptor\n\n public static MessageDescriptor Descriptor { get; }\n\n### IdleTimeout\n\n public ulong IdleTimeout { get; set; }\n\nThe idle timeout (seconds) of channels without bound affinity sessions.\n\n### MaxConcurrentStreamsLowWatermark\n\n public uint MaxConcurrentStreamsLowWatermark { get; set; }\n\nThe low watermark of max number of concurrent streams in a channel.\nNew channel will be created once it get hit, until we reach the max size\nof the channel pool.\n\n### MaxSize\n\n public uint MaxSize { get; set; }\n\nThe max number of channels in the pool.\n\n### Parser\n\n public static MessageParser\u003cChannelPoolConfig\u003e Parser { get; }\n\nMethods\n-------\n\n### CalculateSize()\n\n public int CalculateSize()\n\nCalculates the size of this message in Protocol Buffer wire format, in bytes.\n\n### Clone()\n\n public ChannelPoolConfig Clone()\n\nCreates a deep clone of this object.\n\n### Equals(ChannelPoolConfig)\n\n public bool Equals(ChannelPoolConfig other)\n\n### Equals(object)\n\n public override bool Equals(object other)\n\n**Overrides** \n[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object))\n\n### GetHashCode()\n\n public override int GetHashCode()\n\n**Overrides** \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode)\n\n### MergeFrom(ChannelPoolConfig)\n\n public void MergeFrom(ChannelPoolConfig other)\n\nMerges the given message into this one.\n\n**Remarks** \nSee the user guide for precise merge semantics.\n\n### MergeFrom(CodedInputStream)\n\n public void MergeFrom(CodedInputStream input)\n\nMerges the data from the specified coded input stream with the current message.\n\n**Remarks** \nSee the user guide for precise merge semantics.\n\n### ToString()\n\n public override string ToString()\n\n**Overrides** \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\n### WriteTo(CodedOutputStream)\n\n public void WriteTo(CodedOutputStream output)\n\nWrites the data to the given coded output stream."]]