Show / Hide Table of Contents

Class InstructionInput

An input of an instruction, as a reference to an output of a producer instruction.

Inheritance
object
InstructionInput
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX