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 `Instance.Types.ReadPoolConfig` class in the AlloyDB v1 API provides configuration for a read pool instance."],["This class is part of the `Google.Cloud.AlloyDb.V1` namespace and is found in the `Google.Cloud.AlloyDb.V1.dll` assembly, with version history ranging from 1.0.0 up to the latest 1.9.0."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has a `NodeCount` property, which is an integer that represents the read capacity, specifically the number of nodes in a read pool instance."],["It contains 2 constructors: one default constructor and one that takes another `ReadPoolConfig` instance as an argument."]]],[]]