public sealed class TimeSeriesData : IMessage<TimeSeriesData>, IEquatable<TimeSeriesData>, IDeepCloneable<TimeSeriesData>, IBufferMessage, IMessageRepresents the values of a time series associated with a TimeSeriesDescriptor.
Implements
IMessage<TimeSeriesData>, IEquatable<TimeSeriesData>, IDeepCloneable<TimeSeriesData>, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
TimeSeriesData()
public TimeSeriesData()TimeSeriesData(TimeSeriesData)
public TimeSeriesData(TimeSeriesData other)| Parameter | |
|---|---|
| Name | Description |
other |
TimeSeriesData |
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 | |
|---|---|
| Type | Description |
RepeatedField<LabelValue> |
|
PointData
public RepeatedField<TimeSeriesData.Types.PointData> PointData { get; }The points in the time series.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<TimeSeriesData.Types.PointData> |
|