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 page provides documentation for the `AutoscalingLimits` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, detailing its functionality for controlling the scaling of nodes in Google Cloud Bigtable."],["The `AutoscalingLimits` class defines the upper and lower bounds for node autoscaling, with the `MaxServeNodes` and `MinServeNodes` properties respectively dictating the maximum and minimum number of nodes that a cluster can scale to."],["The documentation lists various versions of the `Google.Cloud.Bigtable.Admin.V2` library, ranging from the latest 3.24.0 down to version 2.4.0, with links to the specific `AutoscalingLimits` documentation for each release."],["`AutoscalingLimits` implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Protobuf framework."],["The page contains information on `AutoscalingLimits` constructors which take no parameter or an `AutoscalingLimits` object, and also contains information on inherited methods."]]],[]]