Class MapTask
MapTask consists of an ordered set of instructions, each of which describes one particular low-level operation for the worker to perform in order to accomplish the MapTask's WorkItem. Each instruction must appear in the list before any instructions which depends on its output.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class MapTask : IDirectResponseSchema
Properties
CounterPrefix
Counter prefix that can be used to prefix counters. Not currently used in Dataflow.
Declaration
[JsonProperty("counterPrefix")]
public virtual string CounterPrefix { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Instructions
The instructions in the MapTask.
Declaration
[JsonProperty("instructions")]
public virtual IList<ParallelInstruction> Instructions { get; set; }
Property Value
Type | Description |
---|---|
IList<ParallelInstruction> |
StageName
System-defined name of the stage containing this MapTask. Unique across the workflow.
Declaration
[JsonProperty("stageName")]
public virtual string StageName { get; set; }
Property Value
Type | Description |
---|---|
string |
SystemName
System-defined name of this MapTask. Unique across the workflow.
Declaration
[JsonProperty("systemName")]
public virtual string SystemName { get; set; }
Property Value
Type | Description |
---|---|
string |