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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eAutoscalingLimits\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Bigtable.Admin.V2\u003c/code\u003e namespace, detailing its functionality for managing cluster node scaling.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 3.24.0, with a list of past versions back to 2.4.0, all relating to the \u003ccode\u003eAutoscalingLimits\u003c/code\u003e feature.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAutoscalingLimits\u003c/code\u003e is a sealed class implementing several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, used to define the number of nodes a Bigtable Cluster can scale automatically.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAutoscalingLimits\u003c/code\u003e class offers properties to set both the \u003ccode\u003eMaxServeNodes\u003c/code\u003e and \u003ccode\u003eMinServeNodes\u003c/code\u003e, defining the upper and lower limits for autoscaling, respectively, both being Int32 values.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a default constructor \u003ccode\u003eAutoscalingLimits()\u003c/code\u003e and an overloaded constructor that takes an \u003ccode\u003eAutoscalingLimits\u003c/code\u003e object as a parameter, and inherits several methods from the base \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,[]]