public sealed class BasicAutoscalingAlgorithm : IMessage<BasicAutoscalingAlgorithm>, IEquatable<BasicAutoscalingAlgorithm>, IDeepCloneable<BasicAutoscalingAlgorithm>, 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."],[[["This webpage details the `BasicAutoscalingAlgorithm` class within the `Google.Cloud.Dataproc.V1` namespace, specifically for version 3.2.0 and later versions up to 5.17.0."],["The `BasicAutoscalingAlgorithm` class is a core component for implementing autoscaling in Dataproc, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor and another that accepts an existing `BasicAutoscalingAlgorithm` instance for copying."],["It includes properties for `CooldownPeriod`, defining the duration between scaling events, and `YarnConfig`, which is a required property to configure YARN autoscaling."],["The latest version of this feature is 5.17.0, and there are many prior versions leading all the way back to 3.1.0 that can be accessed."]]],[]]