View Source GoogleApi.Dataflow.V1b3.Model.StreamingScalingReport (google_api_dataflow v0.50.1)
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
Unwrap a decoded JSON object into its complex fields.