Class StreamingComputationTask
A task which describes what action should be performed for the specified streaming computation ranges.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class StreamingComputationTask : IDirectResponseSchema
Properties
ComputationRanges
Contains ranges of a streaming computation this task should apply to.
Declaration
[JsonProperty("computationRanges")]
public virtual IList<StreamingComputationRanges> ComputationRanges { get; set; }
Property Value
Type | Description |
---|---|
IList<StreamingComputationRanges> |
DataDisks
Describes the set of data disks this task should apply to.
Declaration
[JsonProperty("dataDisks")]
public virtual IList<MountedDataDisk> DataDisks { get; set; }
Property Value
Type | Description |
---|---|
IList<MountedDataDisk> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TaskType
A type of streaming computation task.
Declaration
[JsonProperty("taskType")]
public virtual string TaskType { get; set; }
Property Value
Type | Description |
---|---|
string |