View Source GoogleApi.Dataflow.V1b3.Model.StreamingScalingReport (google_api_dataflow v0.46.0)

Contains per-user worker telemetry used in streaming autoscaling.

Attributes

  • activeBundleCount (type: integer(), default: nil) -
  • activeThreadCount (type: integer(), default: nil) - Current acive thread count.
  • maximumBundleCount (type: integer(), default: nil) - Maximum bundle count.
  • maximumBytes (type: String.t, default: nil) - Maximum bytes.
  • maximumBytesCount (type: integer(), default: nil) -
  • maximumThreadCount (type: integer(), default: nil) - Maximum thread count limit.
  • outstandingBundleCount (type: integer(), default: nil) - Current outstanding bundle count.
  • outstandingBytes (type: String.t, default: nil) - Current outstanding bytes.
  • outstandingBytesCount (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.StreamingScalingReport{
  activeBundleCount: integer() | nil,
  activeThreadCount: integer() | nil,
  maximumBundleCount: integer() | nil,
  maximumBytes: String.t() | nil,
  maximumBytesCount: integer() | nil,
  maximumThreadCount: integer() | nil,
  outstandingBundleCount: integer() | nil,
  outstandingBytes: String.t() | nil,
  outstandingBytesCount: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.