google_api_dataflow v0.20.0 GoogleApi.Dataflow.V1b3.Model.HotKeyDetection View Source

Proto describing a hot key detected on a given WorkItem.

Attributes

  • hotKeyAge (type: String.t, default: nil) - The age of the hot key measured from when it was first detected.
  • systemName (type: String.t, default: nil) - System-defined name of the step containing this hot key. Unique across the workflow.
  • userStepName (type: String.t, default: nil) - User-provided name of the step that contains this hot key.

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.HotKeyDetection{
  hotKeyAge: String.t(),
  systemName: String.t(),
  userStepName: String.t()
}

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.