Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
2.19. Data-Class: MetricAggregate
An aggregate of metrics data for a given schedule Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
| Name | Type | Description |
|---|---|---|
| dataPoints | List<MetricAggregate.DataPoint> | List of individual data points |
| min | Double | Minimum value for the data |
| avg | Double | Average value for the data |
| max | Double | Maximum value for the data |
| numDataPoints | int | Number of data points i.e. size of the dataPoints list |
| scheduleId | Integer | Id of the metric |
| minTimeStamp | long | Timestamp of the earliest data point in the list |
| maxTimeStamp | long | Timestamp for the latest data point in the list |
| group | boolean | Determines if this is data for a group |