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-25 UTC."],[[["This webpage provides documentation for the `AutoscalingLimits` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically version 2.8.0, and also shows documentation links for many other versions up to 3.24.0."],["The `AutoscalingLimits` class defines the limits for the number of nodes a Bigtable Cluster can automatically scale up or down to."],["`AutoscalingLimits` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two properties: `MaxServeNodes` which sets the maximum nodes for scaling, and `MinServeNodes` which sets the minimum number of nodes for scaling, both of which are required and of type `Int32`."],["The class has two constructors: a parameterless constructor and a constructor that takes another `AutoscalingLimits` object as a parameter."]]],[]]