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.
Implements
IMessageJobMetrics, IEquatableJobMetrics, IDeepCloneableJobMetrics, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
JobMetrics()
public JobMetrics()
JobMetrics(JobMetrics)
public JobMetrics(JobMetrics other)
Parameter | |
---|---|
Name | Description |
other |
JobMetrics |
Properties
MetricTime
public Timestamp MetricTime { get; set; }
Timestamp as of which metric values are current.
Property Value | |
---|---|
Type | Description |
Timestamp |
Metrics
public RepeatedField<MetricUpdate> Metrics { get; }
All metrics for this job.
Property Value | |
---|---|
Type | Description |
RepeatedFieldMetricUpdate |