Class Parameters
The parameters to use for autoscaling when this schedule is active.
Implements
Inherited Members
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? |