Class AutoscalingSettings (1.0.0-beta03)

public sealed class AutoscalingSettings : IMessage<AutoscalingSettings>, IEquatable<AutoscalingSettings>, IDeepCloneable<AutoscalingSettings>, IBufferMessage, IMessage

Settings for WorkerPool autoscaling.

Inheritance

Object > AutoscalingSettings

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

AutoscalingSettings()

public AutoscalingSettings()

AutoscalingSettings(AutoscalingSettings)

public AutoscalingSettings(AutoscalingSettings other)
Parameter
NameDescription
otherAutoscalingSettings

Properties

Algorithm

public AutoscalingAlgorithm Algorithm { get; set; }

The algorithm to use for autoscaling.

Property Value
TypeDescription
AutoscalingAlgorithm

MaxNumWorkers

public int MaxNumWorkers { get; set; }

The maximum number of workers to cap scaling at.

Property Value
TypeDescription
Int32