Class TimeSeriesData.Types.PointData (2.3.0)

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

A point's value columns and time interval. Each point has one or more point values corresponding to the entries in point_descriptors field in the TimeSeriesDescriptor associated with this object.

Inheritance

Object > TimeSeriesData.Types.PointData

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

PointData()

public PointData()

PointData(TimeSeriesData.Types.PointData)

public PointData(TimeSeriesData.Types.PointData other)
Parameter
NameDescription
otherTimeSeriesData.Types.PointData

Properties

TimeInterval

public TimeInterval TimeInterval { get; set; }

The time interval associated with the point.

Property Value
TypeDescription
TimeInterval

Values

public RepeatedField<TypedValue> Values { get; }

The values that make up the point.

Property Value
TypeDescription
RepeatedField<TypedValue>