Google Cloud Monitoring v3 API - Class TimeSeriesData.Types.PointData (3.7.0)

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

Reference documentation and code samples for the Google Cloud Monitoring v3 API class TimeSeriesData.Types.PointData.

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(PointData)

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

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
RepeatedFieldTypedValue