public sealed class WorkItemDetails : IMessage<WorkItemDetails>, IEquatable<WorkItemDetails>, IDeepCloneable<WorkItemDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class WorkItemDetails.
Information about an individual work item 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\u003eWorkItemDetails\u003c/code\u003e class in the Dataflow v1beta3 API provides information about an individual work item's execution within a Dataflow job, with the latest version being 2.0.0-beta07.\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, allowing for versatile usage and manipulation of work item data.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eWorkItemDetails\u003c/code\u003e instances can be constructed with a default constructor or by cloning another \u003ccode\u003eWorkItemDetails\u003c/code\u003e object, providing flexibility in how they are created and initialized.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eWorkItemDetails\u003c/code\u003e class include \u003ccode\u003eAttemptId\u003c/code\u003e, \u003ccode\u003eStartTime\u003c/code\u003e, \u003ccode\u003eEndTime\u003c/code\u003e, \u003ccode\u003eMetrics\u003c/code\u003e, \u003ccode\u003eProgress\u003c/code\u003e, \u003ccode\u003eState\u003c/code\u003e, and \u003ccode\u003eTaskId\u003c/code\u003e, which represent various aspects of the work item's execution, such as its state, progress, and associated metrics.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWorkItemDetails\u003c/code\u003e class is found within the \u003ccode\u003eGoogle.Cloud.Dataflow.V1Beta3\u003c/code\u003e namespace, and is contained in the \u003ccode\u003eGoogle.Cloud.Dataflow.V1Beta3.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class WorkItemDetails (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.WorkItemDetails)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.WorkItemDetails)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.WorkItemDetails) \n\n public sealed class WorkItemDetails : IMessage\u003cWorkItemDetails\u003e, IEquatable\u003cWorkItemDetails\u003e, IDeepCloneable\u003cWorkItemDetails\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class WorkItemDetails.\n\nInformation about an individual work item execution. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e WorkItemDetails \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[WorkItemDetails](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.WorkItemDetails), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[WorkItemDetails](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.WorkItemDetails), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[WorkItemDetails](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.WorkItemDetails), [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### WorkItemDetails()\n\n public WorkItemDetails()\n\n### WorkItemDetails(WorkItemDetails)\n\n public WorkItemDetails(WorkItemDetails other)\n\nProperties\n----------\n\n### AttemptId\n\n public string AttemptId { get; set; }\n\nAttempt ID of this work item\n\n### EndTime\n\n public Timestamp EndTime { get; set; }\n\nEnd time of this work item attempt.\n\nIf the work item is completed, this is the actual end time of the work\nitem. Otherwise, it is the predicted end time.\n\n### Metrics\n\n public RepeatedField\u003cMetricUpdate\u003e Metrics { get; }\n\nMetrics for this work item.\n\n### Progress\n\n public ProgressTimeseries Progress { get; set; }\n\nProgress of this work item.\n\n### StartTime\n\n public Timestamp StartTime { get; set; }\n\nStart time of this work item attempt.\n\n### State\n\n public ExecutionState State { get; set; }\n\nState of this work item.\n\n### TaskId\n\n public string TaskId { get; set; }\n\nName of this work item."]]