Dataflow v1beta3 API - Enum AutoscalingAlgorithm (2.0.0-beta07)

public enum AutoscalingAlgorithm

Reference documentation and code samples for the Dataflow v1beta3 API enum AutoscalingAlgorithm.

Specifies the algorithm used to determine the number of worker processes to run at any given point in time, based on the amount of data left to process, the number of workers, and how quickly existing workers are processing data.

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Fields

Name Description
Basic

Increase worker count over time to reduce job execution time.

None

Disable autoscaling.

Unknown

The algorithm is unknown, or unspecified.