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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eProgressTimeseries\u003c/code\u003e class provides information about the progress of a component during job execution within the Google Cloud Dataflow service.\u003c/p\u003e\n"],["\u003cp\u003eThis class, found in the \u003ccode\u003eGoogle.Cloud.Dataflow.V1Beta3\u003c/code\u003e namespace, inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eProgressTimeseries\u003c/code\u003e class includes properties like \u003ccode\u003eCurrentProgress\u003c/code\u003e (a double representing progress from 0 to 1) and \u003ccode\u003eDataPoints\u003c/code\u003e (a history of progress points sorted by time).\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for this class, one being a parameterless constructor, and the other one accepting a \u003ccode\u003eProgressTimeseries\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe latest release of the \u003ccode\u003eProgressTimeseries\u003c/code\u003e 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.\u003c/p\u003e\n"]]],[],null,[]]