[[["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\u003eStageSummary\u003c/code\u003e class in the Dataflow v1beta3 API provides information about a specific execution stage of a job.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes properties such as \u003ccode\u003eEndTime\u003c/code\u003e, \u003ccode\u003eMetrics\u003c/code\u003e, \u003ccode\u003eProgress\u003c/code\u003e, \u003ccode\u003eStageId\u003c/code\u003e, \u003ccode\u003eStartTime\u003c/code\u003e, and \u003ccode\u003eState\u003c/code\u003e, detailing various aspects of the stage's execution.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStageSummary\u003c/code\u003e 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 latest version of \u003ccode\u003eStageSummary\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 documented.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class StageSummary (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.StageSummary)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.StageSummary)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.StageSummary) \n\n public sealed class StageSummary : IMessage\u003cStageSummary\u003e, IEquatable\u003cStageSummary\u003e, IDeepCloneable\u003cStageSummary\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class StageSummary.\n\nInformation about a particular execution stage of a job. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e StageSummary \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[StageSummary](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.StageSummary), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[StageSummary](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.StageSummary), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[StageSummary](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.StageSummary), [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### StageSummary()\n\n public StageSummary()\n\n### StageSummary(StageSummary)\n\n public StageSummary(StageSummary other)\n\nProperties\n----------\n\n### EndTime\n\n public Timestamp EndTime { get; set; }\n\nEnd time of this stage.\n\nIf the work item is completed, this is the actual end time of the stage.\nOtherwise, it is the predicted end time.\n\n### Metrics\n\n public RepeatedField\u003cMetricUpdate\u003e Metrics { get; }\n\nMetrics for this stage.\n\n### Progress\n\n public ProgressTimeseries Progress { get; set; }\n\nProgress for this stage.\nOnly applicable to Batch jobs.\n\n### StageId\n\n public string StageId { get; set; }\n\nID of this stage\n\n### StartTime\n\n public Timestamp StartTime { get; set; }\n\nStart time of this stage.\n\n### State\n\n public ExecutionState State { get; set; }\n\nState of this stage."]]