public sealed class AutoscalingSettings : IMessage<AutoscalingSettings>, IEquatable<AutoscalingSettings>, IDeepCloneable<AutoscalingSettings>, IBufferMessage, IMessage
Settings for WorkerPool autoscaling.
Implements
IMessage<AutoscalingSettings>, IEquatable<AutoscalingSettings>, IDeepCloneable<AutoscalingSettings>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
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 |
Int32 |