public sealed class AutoscalingLimits : IMessage<AutoscalingLimits>, IEquatable<AutoscalingLimits>, IDeepCloneable<AutoscalingLimits>, IBufferMessage, IMessage
Limits for the number of nodes a Cluster can autoscale up/down to.
[[["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."],[[["This webpage details the `AutoscalingLimits` class within the `Google.Cloud.Bigtable.Admin.V2` namespace for .NET, specifically focusing on versions ranging from 2.4.0 to the latest 3.24.0."],["`AutoscalingLimits` is used to manage the minimum and maximum number of nodes a Bigtable cluster can automatically scale to, as seen through the available properties."],["The `AutoscalingLimits` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The class provides two constructors: a default constructor and one that takes another `AutoscalingLimits` object as a parameter for cloning."],["The properties `MaxServeNodes` and `MinServeNodes` are of type `Int32` and define the required maximum and minimum number of nodes for autoscaling, respectively."]]],[]]