public sealed class AutoscalingLimits : IMessage<AutoscalingLimits>, IEquatable<AutoscalingLimits>, IDeepCloneable<AutoscalingLimits>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class AutoscalingLimits.
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-04-17 UTC."],[[["This page provides reference documentation for the `AutoscalingLimits` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment, with the most recent version listed as 3.24.0."],["The `AutoscalingLimits` class, a part of the `Google.Cloud.Bigtable.Admin.V2` namespace, is used to define the scaling limits for the number of nodes within a Bigtable Cluster, with the current content page representing version 3.22.0."],["The class `AutoscalingLimits` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in managing and manipulating data related to the scaling limits."],["The class `AutoscalingLimits` has two properties, `MaxServeNodes` and `MinServeNodes`, which both take in integers to describe the upper and lower limits of the nodes."],["The content lists a range of previous versions of the library going back to 2.4.0, with each one having the same path to `AutoscalingLimits`."]]],[]]