Show / Hide Table of Contents

Class ParallelInstruction

Describes a particular operation comprising a MapTask.

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

Properties

ETag

The ETag of the item.

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

Flatten

Additional information for Flatten instructions.

Declaration
[JsonProperty("flatten")]
public virtual FlattenInstruction Flatten { get; set; }
Property Value
Type Description
FlattenInstruction

Name

User-provided name of this operation.

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

OriginalName

System-defined name for the operation in the original workflow graph.

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

Outputs

Describes the outputs of the instruction.

Declaration
[JsonProperty("outputs")]
public virtual IList<InstructionOutput> Outputs { get; set; }
Property Value
Type Description
IList<InstructionOutput>

ParDo

Additional information for ParDo instructions.

Declaration
[JsonProperty("parDo")]
public virtual ParDoInstruction ParDo { get; set; }
Property Value
Type Description
ParDoInstruction

PartialGroupByKey

Additional information for PartialGroupByKey instructions.

Declaration
[JsonProperty("partialGroupByKey")]
public virtual PartialGroupByKeyInstruction PartialGroupByKey { get; set; }
Property Value
Type Description
PartialGroupByKeyInstruction

Read

Additional information for Read instructions.

Declaration
[JsonProperty("read")]
public virtual ReadInstruction Read { get; set; }
Property Value
Type Description
ReadInstruction

SystemName

System-defined name of this operation. Unique across the workflow.

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

Write

Additional information for Write instructions.

Declaration
[JsonProperty("write")]
public virtual WriteInstruction Write { get; set; }
Property Value
Type Description
WriteInstruction

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX