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."],[[["The page documents `AutoscalingLimits`, a class within the `Google.Cloud.Bigtable.Admin.V2` namespace that defines the scaling boundaries for a Bigtable cluster's node count."],["It provides a history of versions for `AutoscalingLimits` in a navigation list, ranging from version 2.4.0 up to the latest, 3.24.0."],["The `AutoscalingLimits` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`AutoscalingLimits` has two key properties: `MaxServeNodes`, specifying the maximum number of nodes the cluster can scale up to, and `MinServeNodes`, specifying the minimum number of nodes it can scale down to, both of which are integers."],["The page details the class constructors, including a default constructor and one that accepts another `AutoscalingLimits` object as a parameter."]]],[]]