Show / Hide Table of Contents

Class InstructionOutput

An output of an instruction.

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

Properties

Codec

The codec to use to encode data being written via this output.

Declaration
[JsonProperty("codec")]
public virtual IDictionary<string, object> Codec { get; set; }
Property Value
Type Description
IDictionary<string, object>

ETag

The ETag of the item.

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

Name

The user-provided name of this output.

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

OnlyCountKeyBytes

For system-generated byte and mean byte metrics, certain instructions should only report the key size.

Declaration
[JsonProperty("onlyCountKeyBytes")]
public virtual bool? OnlyCountKeyBytes { get; set; }
Property Value
Type Description
bool?

OnlyCountValueBytes

For system-generated byte and mean byte metrics, certain instructions should only report the value size.

Declaration
[JsonProperty("onlyCountValueBytes")]
public virtual bool? OnlyCountValueBytes { get; set; }
Property Value
Type Description
bool?

OriginalName

System-defined name for this output in the original workflow graph. Outputs that do not contribute to an original instruction do not set this.

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

SystemName

System-defined name of this output. 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