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 details the \u003ccode\u003eAutoscalingLimits\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Bigtable.Admin.V2\u003c/code\u003e namespace for .NET, specifically focusing on versions ranging from 2.4.0 to the latest 3.24.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAutoscalingLimits\u003c/code\u003e is used to manage the minimum and maximum number of nodes a Bigtable cluster can automatically scale to, as seen through the available properties.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAutoscalingLimits\u003c/code\u003e class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits members from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two constructors: a default constructor and one that takes another \u003ccode\u003eAutoscalingLimits\u003c/code\u003e object as a parameter for cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe properties \u003ccode\u003eMaxServeNodes\u003c/code\u003e and \u003ccode\u003eMinServeNodes\u003c/code\u003e are of type \u003ccode\u003eInt32\u003c/code\u003e and define the required maximum and minimum number of nodes for autoscaling, respectively.\u003c/p\u003e\n"]]],[],null,[]]