Show / Hide Table of Contents

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
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class RuntimeUpdatableParams : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxNumWorkers

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

Declaration
[JsonProperty("maxNumWorkers")]
public virtual int? MaxNumWorkers { get; set; }
Property Value
Type Description
int?

MinNumWorkers

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

Declaration
[JsonProperty("minNumWorkers")]
public virtual int? MinNumWorkers { get; set; }
Property Value
Type Description
int?

WorkerUtilizationHint

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.

Declaration
[JsonProperty("workerUtilizationHint")]
public virtual double? WorkerUtilizationHint { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX