Show / Hide Table of Contents

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. For more information, see [Dataflow job metrics] (https://cloud.google.com/dataflow/docs/guides/using-monitoring-intf). 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
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class JobMetrics : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MetricTime

object representation of MetricTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use MetricTimeDateTimeOffset instead.")]
public virtual object MetricTime { get; set; }
Property Value
Type Description
object

MetricTimeDateTimeOffset

DateTimeOffset representation of MetricTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? MetricTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

MetricTimeRaw

Timestamp as of which metric values are current.

Declaration
[JsonProperty("metricTime")]
public virtual string MetricTimeRaw { get; set; }
Property Value
Type Description
string

Metrics

All metrics for this job.

Declaration
[JsonProperty("metrics")]
public virtual IList<MetricUpdate> Metrics { get; set; }
Property Value
Type Description
IList<MetricUpdate>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX