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 for .NET, specifically focusing on version 3.3.0 and including a comprehensive version history."],["The `BasicAutoscalingAlgorithm` class is designed for basic autoscaling functionality, inheriting from `Object` and implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a default constructor `BasicAutoscalingAlgorithm()` and a constructor that takes another `BasicAutoscalingAlgorithm` object for cloning, as well as the `CooldownPeriod` and `YarnConfig` properties for defining autoscaling behavior."],["The `CooldownPeriod` property, of type `Duration`, allows setting the time between scaling events with a default of 2 minutes and bounds between 2 minutes and 1 day."],["The `YarnConfig` property, of type `BasicYarnAutoscalingConfig`, is a required field for configuring YARN autoscaling."]]],[]]