public sealed class JobMetrics : IMessage<JobMetrics>, IEquatable<JobMetrics>, IDeepCloneable<JobMetrics>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class JobMetrics.
JobMetrics contains a collection of metrics describing the detailed progress
of a Dataflow job. Metrics correspond to user-defined and system-defined
metrics in the job.
This resource captures only the most recent values of each metric;
time-series data can be queried for them (under the same metric names)
from Cloud Monitoring.
[[["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\u003eJobMetrics\u003c/code\u003e class in the Dataflow v1beta3 API provides detailed progress metrics for Dataflow jobs, including both user-defined and system-defined metrics.\u003c/p\u003e\n"],["\u003cp\u003eThis class captures only the latest values of each metric, and time-series data for these metrics can be accessed from Cloud Monitoring.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eJobMetrics\u003c/code\u003e has two constructors, one empty and another taking a \u003ccode\u003eJobMetrics\u003c/code\u003e object as a parameter for cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties such as \u003ccode\u003eMetricTime\u003c/code\u003e, which represents the timestamp for the current metric values, and \u003ccode\u003eMetrics\u003c/code\u003e, which contains all metrics for the job.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class JobMetrics (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.JobMetrics)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.JobMetrics)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.JobMetrics) \n\n public sealed class JobMetrics : IMessage\u003cJobMetrics\u003e, IEquatable\u003cJobMetrics\u003e, IDeepCloneable\u003cJobMetrics\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class JobMetrics.\n\nJobMetrics contains a collection of metrics describing the detailed progress\nof a Dataflow job. Metrics correspond to user-defined and system-defined\nmetrics in the job.\n\nThis resource captures only the most recent values of each metric;\ntime-series data can be queried for them (under the same metric names)\nfrom Cloud Monitoring. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e JobMetrics \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[JobMetrics](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobMetrics), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[JobMetrics](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobMetrics), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[JobMetrics](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.JobMetrics), [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### JobMetrics()\n\n public JobMetrics()\n\n### JobMetrics(JobMetrics)\n\n public JobMetrics(JobMetrics other)\n\nProperties\n----------\n\n### MetricTime\n\n public Timestamp MetricTime { get; set; }\n\nTimestamp as of which metric values are current.\n\n### Metrics\n\n public RepeatedField\u003cMetricUpdate\u003e Metrics { get; }\n\nAll metrics for this job."]]