public sealed class ExecutionStageSummary : IMessage<ExecutionStageSummary>, IEquatable<ExecutionStageSummary>, IDeepCloneable<ExecutionStageSummary>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class ExecutionStageSummary.
Description of the composing transforms, names/ids, and input/outputs of a
stage of execution. Some composing transforms and sources may have been
generated by the Dataflow service during execution planning.
[[["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\u003eExecutionStageSummary\u003c/code\u003e class provides a detailed description of a stage's execution, including composing transforms, names/ids, and input/outputs.\u003c/p\u003e\n"],["\u003cp\u003eThis class 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, providing functionalities like message handling, equality checks, deep cloning, and buffer message support.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eComponentSource\u003c/code\u003e, \u003ccode\u003eComponentTransform\u003c/code\u003e, \u003ccode\u003eId\u003c/code\u003e, \u003ccode\u003eInputSource\u003c/code\u003e, \u003ccode\u003eKind\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eOutputSource\u003c/code\u003e, and \u003ccode\u003ePrerequisiteStage\u003c/code\u003e, which describe the components, sources, type, identifiers, and dependencies of the execution stage.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions available, including 2.0.0-beta07 (latest), 2.0.0-beta06, and 1.0.0-beta03, all detailing the same \u003ccode\u003eExecutionStageSummary\u003c/code\u003e class and its functions.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class ExecutionStageSummary (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.ExecutionStageSummary)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.ExecutionStageSummary)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.ExecutionStageSummary) \n\n public sealed class ExecutionStageSummary : IMessage\u003cExecutionStageSummary\u003e, IEquatable\u003cExecutionStageSummary\u003e, IDeepCloneable\u003cExecutionStageSummary\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class ExecutionStageSummary.\n\nDescription of the composing transforms, names/ids, and input/outputs of a\nstage of execution. Some composing transforms and sources may have been\ngenerated by the Dataflow service during execution planning. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ExecutionStageSummary \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ExecutionStageSummary](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.ExecutionStageSummary), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ExecutionStageSummary](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.ExecutionStageSummary), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ExecutionStageSummary](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.ExecutionStageSummary), [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### ExecutionStageSummary()\n\n public ExecutionStageSummary()\n\n### ExecutionStageSummary(ExecutionStageSummary)\n\n public ExecutionStageSummary(ExecutionStageSummary other)\n\nProperties\n----------\n\n### ComponentSource\n\n public RepeatedField\u003cExecutionStageSummary.Types.ComponentSource\u003e ComponentSource { get; }\n\nCollections produced and consumed by component transforms of this stage.\n\n### ComponentTransform\n\n public RepeatedField\u003cExecutionStageSummary.Types.ComponentTransform\u003e ComponentTransform { get; }\n\nTransforms that comprise this execution stage.\n\n### Id\n\n public string Id { get; set; }\n\nDataflow service generated id for this stage.\n\n### InputSource\n\n public RepeatedField\u003cExecutionStageSummary.Types.StageSource\u003e InputSource { get; }\n\nInput sources for this stage.\n\n### Kind\n\n public KindType Kind { get; set; }\n\nType of transform this stage is executing.\n\n### Name\n\n public string Name { get; set; }\n\nDataflow service generated name for this stage.\n\n### OutputSource\n\n public RepeatedField\u003cExecutionStageSummary.Types.StageSource\u003e OutputSource { get; }\n\nOutput sources for this stage.\n\n### PrerequisiteStage\n\n public RepeatedField\u003cstring\u003e PrerequisiteStage { get; }\n\nOther stages that must complete before this stage can run."]]