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-03-25 UTC."],[[["This webpage details the `ClusterAutoscalingConfig` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, specifically for .NET development."],["The `ClusterAutoscalingConfig` class is part of the Google Cloud Bigtable Admin API and is used to configure autoscaling settings for clusters, as the name would imply."],["The latest documented version is 3.24.0, but many older versions from 2.4.0 to 3.23.0 are also listed, along with its current version 2.9.0 shown at the top of the content."],["The class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it also has two constructors."],["The page describes the two main properties of the class, `AutoscalingLimits` and `AutoscalingTargets`, which are both required for setting up cluster autoscaling."]]],[]]