Dataflow v1beta3 API - Class RuntimeUpdatableParams (2.0.0-beta09)

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

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

Additional job parameters that can only be updated during runtime using the projects.jobs.update method. These fields have no effect when specified during job creation.

Inheritance

object > RuntimeUpdatableParams

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

RuntimeUpdatableParams()

public RuntimeUpdatableParams()

RuntimeUpdatableParams(RuntimeUpdatableParams)

public RuntimeUpdatableParams(RuntimeUpdatableParams other)
Parameter
Name Description
other RuntimeUpdatableParams

Properties

HasMaxNumWorkers

public bool HasMaxNumWorkers { get; }

Gets whether the "max_num_workers" field is set

Property Value
Type Description
bool

HasMinNumWorkers

public bool HasMinNumWorkers { get; }

Gets whether the "min_num_workers" field is set

Property Value
Type Description
bool

HasWorkerUtilizationHint

public bool HasWorkerUtilizationHint { get; }

Gets whether the "worker_utilization_hint" field is set

Property Value
Type Description
bool

MaxNumWorkers

public int MaxNumWorkers { get; set; }

The maximum number of workers to cap autoscaling at. This field is currently only supported for Streaming Engine jobs.

Property Value
Type Description
int

MinNumWorkers

public int MinNumWorkers { get; set; }

The minimum number of workers to scale down to. This field is currently only supported for Streaming Engine jobs.

Property Value
Type Description
int

WorkerUtilizationHint

public double WorkerUtilizationHint { get; set; }

Target worker utilization, compared against the aggregate utilization of the worker pool by autoscaler, to determine upscaling and downscaling when absent other constraints such as backlog. For more information, see Update an existing pipeline.

Property Value
Type Description
double