Class MetricValue
The value of a metric along with its name and labels.
Implements
Inherited Members
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> |
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? |