public sealed class ProgressTimeseries : IMessage<ProgressTimeseries>, IEquatable<ProgressTimeseries>, IDeepCloneable<ProgressTimeseries>, IBufferMessage, IMessage
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 provides information about the progress of a component during job execution within the Google Cloud Dataflow service."],["This class, found in the `Google.Cloud.Dataflow.V1Beta3` namespace, inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ProgressTimeseries` class includes properties like `CurrentProgress` (a double representing progress from 0 to 1) and `DataPoints` (a history of progress points sorted by time)."],["There are two constructors available for this class, one being a parameterless constructor, and the other one accepting a `ProgressTimeseries` object."],["The latest release of the `ProgressTimeseries` class is version 2.0.0-beta07, and the provided documentation shows information on the 1.0.0-beta03 and 2.0.0-beta06 versions as well."]]],[]]