Dataflow v1beta3 API - Class JobMetrics (2.0.0-beta06)

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.

Inheritance

object > JobMetrics

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

JobMetrics()

public JobMetrics()

JobMetrics(JobMetrics)

public JobMetrics(JobMetrics other)
Parameter
NameDescription
otherJobMetrics

Properties

MetricTime

public Timestamp MetricTime { get; set; }

Timestamp as of which metric values are current.

Property Value
TypeDescription
Timestamp

Metrics

public RepeatedField<MetricUpdate> Metrics { get; }

All metrics for this job.

Property Value
TypeDescription
RepeatedFieldMetricUpdate