Class TimeSeriesData (3.0.0)

public sealed class TimeSeriesData : IMessage<TimeSeriesData>, IEquatable<TimeSeriesData>, IDeepCloneable<TimeSeriesData>, IBufferMessage, IMessage

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

Inheritance

Object > TimeSeriesData

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

TimeSeriesData()

public TimeSeriesData()

TimeSeriesData(TimeSeriesData)

public TimeSeriesData(TimeSeriesData other)
Parameter
NameDescription
otherTimeSeriesData

Properties

LabelValues

public RepeatedField<LabelValue> LabelValues { get; }

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.

Property Value
TypeDescription
RepeatedField<LabelValue>

PointData

public RepeatedField<TimeSeriesData.Types.PointData> PointData { get; }

The points in the time series.

Property Value
TypeDescription
RepeatedField<TimeSeriesData.Types.PointData>