View Source GoogleApi.Dataflow.V1b3.Model.StreamingStragglerInfo (google_api_dataflow v0.46.1)
Information useful for streaming straggler identification and debugging.
Attributes
-
dataWatermarkLag
(type:String.t
, default:nil
) - The event-time watermark lag at the time of the straggler detection. -
endTime
(type:DateTime.t
, default:nil
) - End time of this straggler. -
startTime
(type:DateTime.t
, default:nil
) - Start time of this straggler. -
systemWatermarkLag
(type:String.t
, default:nil
) - The system watermark lag at the time of the straggler detection. -
workerName
(type:String.t
, default:nil
) - Name of the worker where the straggler was detected.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.StreamingStragglerInfo{ dataWatermarkLag: String.t() | nil, endTime: DateTime.t() | nil, startTime: DateTime.t() | nil, systemWatermarkLag: String.t() | nil, workerName: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.