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 provides documentation for the `AutoscalingLimits` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, detailing its functionality for managing the scaling of Bigtable clusters."],["It lists various versions of the `AutoscalingLimits` documentation, ranging from version 2.4.0 up to the latest version 3.24.0."],["The `AutoscalingLimits` class allows setting limits on the number of nodes a cluster can autoscale to, with properties `MaxServeNodes` and `MinServeNodes` representing the maximum and minimum node counts, respectively."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cAutoscalingLimits\u003e`, `IDeepCloneable\u003cAutoscalingLimits\u003e`, and `IBufferMessage`, and inherits from the `Object` class."],["The page details the constructors available for `AutoscalingLimits`, which include a default constructor and a copy constructor, and the class is contained within the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."]]],[]]