Class InstructionInput
An input of an instruction, as a reference to an output of a producer instruction.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class InstructionInput : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OutputNum
The output index (origin zero) within the producer.
Declaration
[JsonProperty("outputNum")]
public virtual int? OutputNum { get; set; }
Property Value
Type | Description |
---|---|
int? |
ProducerInstructionIndex
The index (origin zero) of the parallel instruction that produces the output to be consumed by this input. This index is relative to the list of instructions in this input's instruction's containing MapTask.
Declaration
[JsonProperty("producerInstructionIndex")]
public virtual int? ProducerInstructionIndex { get; set; }
Property Value
Type | Description |
---|---|
int? |