public sealed class ProgressTimeseries : IMessage<ProgressTimeseries>, IEquatable<ProgressTimeseries>, IDeepCloneable<ProgressTimeseries>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class ProgressTimeseries.
Information about the progress of some component of job execution.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ProgressTimeseries` class in the Dataflow v1beta3 API provides information about the progress of a component of job execution."],["The latest version of `ProgressTimeseries` is `2.0.0-beta07`, with previous versions `2.0.0-beta06` and `1.0.0-beta03` also available."],["`ProgressTimeseries` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `CurrentProgress` (a double representing progress between 0 and 1) and `DataPoints` (a history of progress points sorted by time)."],["The `ProgressTimeseries` class can be constructed using a default constructor or a constructor that takes another `ProgressTimeseries` object."]]],[]]