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-03-21 UTC."],[[["This webpage provides reference documentation for the `AutoscalingLimits` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment."],["The `AutoscalingLimits` class is used to define the minimum and maximum number of nodes that a Bigtable Cluster can automatically scale to."],["This documentation covers versions 2.4.0 through to the most current version of 3.24.0 of the `AutoscalingLimits` class, with 3.8.0 being the currently viewed version."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The class contains two key properties: `MaxServeNodes` to set the maximum number of nodes and `MinServeNodes` to set the minimum number of nodes."]]],[]]