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-25 UTC."],[[["This document provides reference information for the `AutoscalingLimits` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment, with the latest version being 3.24.0."],["The `AutoscalingLimits` class is used to define the upper and lower limits for node autoscaling in a Bigtable cluster, and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that accepts another `AutoscalingLimits` object for copying, to provide flexibility in object creation."],["The `AutoscalingLimits` class includes two properties, `MaxServeNodes` and `MinServeNodes`, which are required and determine the maximum and minimum node counts for autoscaling, respectively."],["The webpage shows every version from 3.0.0 up to 3.24.0 for the Google Cloud Bigtable Admin v2 `AutoscalingLimits`, to allow visitors to reference the desired version."]]],[]]