Class PointData (2.0.1)

PointData(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

NameDescription
values Sequence[.common.TypedValue]
The values that make up the point.
time_interval .common.TimeInterval
The time interval associated with the point.