Show / Hide Table of Contents

Class TimeSeriesData

Represents the values of a time series associated with a TimeSeriesDescriptor.

Inheritance
object
TimeSeriesData
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX