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 page provides reference documentation 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 automatic node scaling in a Bigtable cluster, and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two properties, `MaxServeNodes` and `MinServeNodes`, which define the maximum and minimum number of nodes that a Bigtable cluster can scale to, respectively, and are of type `int`."],["This documentation covers all the version starting from 3.0.0 up to the most recent 3.24.0, and also includes older versions from 2.4.0 to 2.9.0."],["The page details the constructors available for `AutoscalingLimits`, including a default constructor and one that takes another `AutoscalingLimits` object as a parameter."]]],[]]