Show / Hide Table of Contents

Class MetricValue

The value of a metric along with its name and labels.

Inheritance
object
MetricValue
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 MetricValue : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Metric

Base name for this metric.

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

MetricLabels

Optional. Set of metric labels for this metric.

Declaration
[JsonProperty("metricLabels")]
public virtual IDictionary<string, string> MetricLabels { get; set; }
Property Value
Type Description
IDictionary<string, string>

ValueGauge64

Non-cumulative int64 value of this metric.

Declaration
[JsonProperty("valueGauge64")]
public virtual DataflowGaugeValue ValueGauge64 { get; set; }
Property Value
Type Description
DataflowGaugeValue

ValueHistogram

Histogram value of this metric.

Declaration
[JsonProperty("valueHistogram")]
public virtual DataflowHistogramValue ValueHistogram { get; set; }
Property Value
Type Description
DataflowHistogramValue

ValueInt64

Integer value of this metric.

Declaration
[JsonProperty("valueInt64")]
public virtual long? ValueInt64 { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX