Dataflow v1beta3 API - Class AutoscalingSettings (2.0.0-beta06)

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

Reference documentation and code samples for the Dataflow v1beta3 API class AutoscalingSettings.

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
Name Description
other AutoscalingSettings

Properties

Algorithm

public AutoscalingAlgorithm Algorithm { get; set; }

The algorithm to use for autoscaling.

Property Value
Type Description
AutoscalingAlgorithm

MaxNumWorkers

public int MaxNumWorkers { get; set; }

The maximum number of workers to cap scaling at.

Property Value
Type Description
int