Class JobMetrics (1.0.0-beta03)

public sealed class JobMetrics : IMessage<JobMetrics>, IEquatable<JobMetrics>, IDeepCloneable<JobMetrics>, IBufferMessage, IMessage

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

Metrics

public RepeatedField<MetricUpdate> Metrics { get; }

All metrics for this job.

Property Value
TypeDescription
RepeatedField<MetricUpdate>

MetricTime

public Timestamp MetricTime { get; set; }

Timestamp as of which metric values are current.

Property Value
TypeDescription
Timestamp