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."],[[["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."]]],[]]