Show / Hide Table of Contents

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.

Inheritance
object
MapTask
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX