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 webpage provides reference documentation for the `AutoscalingLimits` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET."],["The content lists various versions of the API, ranging from 2.4.0 to the latest version 3.24.0, providing links to each specific version's documentation of `AutoscalingLimits`."],["The `AutoscalingLimits` class defines the upper and lower limits for autoscaling the number of nodes in a Bigtable Cluster, with `MaxServeNodes` and `MinServeNodes` properties."],["The `AutoscalingLimits` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionalities such as message handling, equality checks, deep cloning, and buffer message operations."],["The class is within the `Google.Cloud.Bigtable.Admin.V2` namespace, located in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."]]],[]]