public sealed class ClusterAutoscalingConfig : IMessage<Cluster.Types.ClusterAutoscalingConfig>, IEquatable<Cluster.Types.ClusterAutoscalingConfig>, IDeepCloneable<Cluster.Types.ClusterAutoscalingConfig>, IBufferMessage, IMessage
[[["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-04-02 UTC."],[[["This webpage details the `ClusterAutoscalingConfig` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, which is part of the Google Cloud Bigtable Admin API for .NET, spanning from version 2.4.0 to the latest 3.24.0."],["`ClusterAutoscalingConfig` is used to configure the autoscaling settings for a Bigtable cluster, and it inherits from `Object` while also implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: one default and another that accepts an existing `Cluster.Types.ClusterAutoscalingConfig` object to duplicate the configuration."],["Key properties of this class are `AutoscalingLimits` and `AutoscalingTargets`, which are required and define the parameters for the cluster's autoscaling behavior."]]],[]]