Show / Hide Table of Contents

Class Parameters

The parameters to use for autoscaling when this schedule is active.

Inheritance
object
Parameters
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 Parameters : IDirectResponseSchema

Properties

CpuUtilizationTarget

Optional. The target CPU utilization for this schedule.

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

ETag

The ETag of the item.

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

LatencyTarget

Optional. The target latency for this schedule.

Declaration
[JsonProperty("latencyTarget")]
public virtual string LatencyTarget { get; set; }
Property Value
Type Description
string

MaxWorkerCount

Optional. The maximum number of workers for this schedule.

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

MinWorkerCount

Optional. The minimum number of workers for this schedule.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX