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"]],[["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 in the Dataflow v1beta3 API provides information about the progress of a component of job execution.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eProgressTimeseries\u003c/code\u003e is \u003ccode\u003e2.0.0-beta07\u003c/code\u003e, with previous versions \u003ccode\u003e2.0.0-beta06\u003c/code\u003e and \u003ccode\u003e1.0.0-beta03\u003c/code\u003e also available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eProgressTimeseries\u003c/code\u003e inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces such as \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 class contains properties like \u003ccode\u003eCurrentProgress\u003c/code\u003e (a double representing progress between 0 and 1) and \u003ccode\u003eDataPoints\u003c/code\u003e (a history of progress points sorted by time).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eProgressTimeseries\u003c/code\u003e class can be constructed using a default constructor or a constructor that takes another \u003ccode\u003eProgressTimeseries\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class ProgressTimeseries (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.ProgressTimeseries)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.ProgressTimeseries)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.ProgressTimeseries) \n\n public sealed class ProgressTimeseries : IMessage\u003cProgressTimeseries\u003e, IEquatable\u003cProgressTimeseries\u003e, IDeepCloneable\u003cProgressTimeseries\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class ProgressTimeseries.\n\nInformation about the progress of some component of job execution. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ProgressTimeseries \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ProgressTimeseries](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.ProgressTimeseries), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ProgressTimeseries](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.ProgressTimeseries), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ProgressTimeseries](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.ProgressTimeseries), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataflow.V1Beta3](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataflow.V1Beta3.dll\n\nConstructors\n------------\n\n### ProgressTimeseries()\n\n public ProgressTimeseries()\n\n### ProgressTimeseries(ProgressTimeseries)\n\n public ProgressTimeseries(ProgressTimeseries other)\n\nProperties\n----------\n\n### CurrentProgress\n\n public double CurrentProgress { get; set; }\n\nThe current progress of the component, in the range \\[0,1\\].\n\n### DataPoints\n\n public RepeatedField\u003cProgressTimeseries.Types.Point\u003e DataPoints { get; }\n\nHistory of progress for the component.\n\nPoints are sorted by time."]]