JobMetrics class

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.

Constructors

JobMetrics({String? metricTime, List<MetricUpdate>? metrics})
JobMetrics.fromJson(Map _json)

Properties

hashCode int
The hash code for this object.
no setterinherited
metrics List<MetricUpdate>?
All metrics for this job.
getter/setter pair
metricTime String?
Timestamp as of which metric values are current.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited