public sealed class Instance.Types.ReadPoolConfig : IMessage<Instance.Types.ReadPoolConfig>, IEquatable<Instance.Types.ReadPoolConfig>, IDeepCloneable<Instance.Types.ReadPoolConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class Instance.Types.ReadPoolConfig.
[[["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-21 UTC."],[[["The documentation covers the `Instance.Types.ReadPoolConfig` class within the AlloyDB v1 API for .NET, which is used to configure read pool instances."],["The latest version of the `Instance.Types.ReadPoolConfig` class is 1.9.0, with previous versions ranging back to 1.0.0 also being documented."],["`ReadPoolConfig` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, and cloning."],["The class includes a constructor for creating a new `ReadPoolConfig` object, along with a constructor for copying existing instances."],["The `NodeCount` property within `ReadPoolConfig` determines the number of nodes within a read pool instance, directly affecting its read capacity."]]],[]]