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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The page documents the `BasicAutoscalingAlgorithm` class within the `Google.Cloud.Dataproc.V1` namespace, providing details on various versions, from 3.1.0 up to the latest, 5.17.0."],["`BasicAutoscalingAlgorithm` is a core class used for autoscaling in Google Cloud Dataproc and is derived from several interfaces and a base object, with its latest version being version 5.17.0."],["The class includes two constructors, `BasicAutoscalingAlgorithm()` and `BasicAutoscalingAlgorithm(BasicAutoscalingAlgorithm other)`, for creating instances, and the other constructor takes another instance of this same class as an argument."],["Key properties of `BasicAutoscalingAlgorithm` are `CooldownPeriod`, which defines the duration between scaling events, and `YarnConfig`, which is the configuration for YARN autoscaling, a required property."],["The available documentation for `BasicAutoscalingAlgorithm` spans across different release versions, providing information on the features and changes across these releases."]]],[]]