Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 664 Bytes

File metadata and controls

13 lines (9 loc) · 664 Bytes

SeriesAggregations

Series with precomputed aggregation values.

Properties

Name Type Required Description
name SeriesName Yes The series name
length Optional[Long] No Number of values in the series. This field may be absent when series aggregations are derived from summary metrics rather than the full series data.
value SeriesAggregationsValue Yes Aggregated values for this series

[Back to Model list] [Back to API list] [Back to README]