Class TimeSeriesData
Represents the values of a time series associated with a TimeSeriesDescriptor.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v3.Data
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class TimeSeriesData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LabelValues
The values of the labels in the time series identifier, given in the same order as the label_descriptors field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of label_descriptors.
Declaration
[JsonProperty("labelValues")]
public virtual IList<LabelValue> LabelValues { get; set; }
Property Value
Type | Description |
---|---|
IList<LabelValue> |
PointData
The points in the time series.
Declaration
[JsonProperty("pointData")]
public virtual IList<PointData> PointData { get; set; }
Property Value
Type | Description |
---|---|
IList<PointData> |