public sealed class JobExecutionInfo : IMessage<JobExecutionInfo>, IEquatable<JobExecutionInfo>, IDeepCloneable<JobExecutionInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class JobExecutionInfo.
Additional information about how a Cloud Dataflow job will be executed that
isn't contained in the submitted job.
[[["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 latest version of the \u003ccode\u003eJobExecutionInfo\u003c/code\u003e class is \u003ccode\u003e2.0.0-beta07\u003c/code\u003e, which is part of the Dataflow v1beta3 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eJobExecutionInfo\u003c/code\u003e provides supplementary details about a Cloud Dataflow job's execution that are not in the initially submitted job.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJobExecutionInfo\u003c/code\u003e class 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\u003eThis class contains a \u003ccode\u003eStages\u003c/code\u003e property, which is a \u003ccode\u003eMapField\u003c/code\u003e mapping stage names to \u003ccode\u003eJobExecutionStageInfo\u003c/code\u003e, offering detailed stage-specific information.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJobExecutionInfo\u003c/code\u003e class can be initialized with a default constructor, or with another instance of the class, provided through the parameter \u003ccode\u003eother\u003c/code\u003e in the secondary constructor.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class JobExecutionInfo (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.JobExecutionInfo)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.JobExecutionInfo)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.JobExecutionInfo) \n\n public sealed class JobExecutionInfo : IMessage\u003cJobExecutionInfo\u003e, IEquatable\u003cJobExecutionInfo\u003e, IDeepCloneable\u003cJobExecutionInfo\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class JobExecutionInfo.\n\nAdditional information about how a Cloud Dataflow job will be executed that\nisn't contained in the submitted job. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e JobExecutionInfo \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[JobExecutionInfo](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobExecutionInfo), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[JobExecutionInfo](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobExecutionInfo), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[JobExecutionInfo](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobExecutionInfo), [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### JobExecutionInfo()\n\n public JobExecutionInfo()\n\n### JobExecutionInfo(JobExecutionInfo)\n\n public JobExecutionInfo(JobExecutionInfo other)\n\nProperties\n----------\n\n### Stages\n\n public MapField\u003cstring, JobExecutionStageInfo\u003e Stages { get; }\n\nA mapping from each stage to the information about that stage."]]