public sealed class TimeSeriesData : IMessage<TimeSeriesData>, IEquatable<TimeSeriesData>, IDeepCloneable<TimeSeriesData>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class TimeSeriesData.
Represents the values of a time series associated with a TimeSeriesDescriptor.
Implements
IMessageTimeSeriesData, IEquatableTimeSeriesData, IDeepCloneableTimeSeriesData, 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 |
RepeatedFieldLabelValue |
PointData
public RepeatedField<TimeSeriesData.Types.PointData> PointData { get; }
The points in the time series.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTimeSeriesDataTypesPointData |