google_api_dataflow v0.8.0 GoogleApi.Dataflow.V1b3.Model.InstructionOutput View Source

An output of an instruction.

Attributes

  • codec (%{optional(String.t) => String.t}): The codec to use to encode data being written via this output. Defaults to: null.
  • name (String.t): The user-provided name of this output. Defaults to: null.
  • onlyCountKeyBytes (boolean()): For system-generated byte and mean byte metrics, certain instructions should only report the key size. Defaults to: null.
  • onlyCountValueBytes (boolean()): For system-generated byte and mean byte metrics, certain instructions should only report the value size. Defaults to: null.
  • originalName (String.t): System-defined name for this output in the original workflow graph. Outputs that do not contribute to an original instruction do not set this. Defaults to: null.
  • systemName (String.t): System-defined name of this output. Unique across the workflow. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Dataflow.V1b3.Model.InstructionOutput{
  codec: map(),
  name: any(),
  onlyCountKeyBytes: any(),
  onlyCountValueBytes: any(),
  originalName: any(),
  systemName: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.