View Source GoogleApi.Dataflow.V1b3.Model.HotKeyInfo (google_api_dataflow v0.48.0)

Information about a hot key.

Attributes

  • hotKeyAge (type: String.t, default: nil) - The age of the hot key measured from when it was first detected.
  • key (type: String.t, default: nil) - A detected hot key that is causing limited parallelism. This field will be populated only if the following flag is set to true: "--enable_hot_key_logging".
  • keyTruncated (type: boolean(), default: nil) - If true, then the above key is truncated and cannot be deserialized. This occurs if the key above is populated and the key size is >5MB.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.HotKeyInfo{
  hotKeyAge: String.t() | nil,
  key: String.t() | nil,
  keyTruncated: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.