Class TimeSeriesData (0.35.0)

Represents the values of a time series associated with a TimeSeriesDescriptor. .. attribute:: label_values

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.

Classes

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. .. attribute:: values

The values that make up the point.