public sealed class AutoscalingSettings : IMessage<AutoscalingSettings>, IEquatable<AutoscalingSettings>, IDeepCloneable<AutoscalingSettings>, 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-21 UTC."],[[["The `AutoscalingSettings` class, part of the `Google.Cloud.Dataflow.V1Beta3` namespace, is used to configure settings for WorkerPool autoscaling in the Dataflow service."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["`AutoscalingSettings` offers two constructors, a parameterless one and one that accepts another `AutoscalingSettings` object for initialization."],["The `Algorithm` property, of type `AutoscalingAlgorithm`, determines the algorithm used for autoscaling, and the `MaxNumWorkers` property sets the upper limit for the number of workers."],["The latest beta version of the `AutoscalingSettings` class is `2.0.0-beta07`, with previous versions including `2.0.0-beta06` and `1.0.0-beta03` available."]]],[]]