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.
Implements
IMessageAutoscalingSettings, IEquatableAutoscalingSettings, IDeepCloneableAutoscalingSettings, 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 |
int |