Builder

class Builder

Properties

Link copied to clipboard
var avg: Double?

The average of the values of all data points collected during the aggregation period.

Link copied to clipboard
var max: Double?

The maximum of the values of all the data points collected during the aggregation period.

Link copied to clipboard
var min: Double?

The minimum of the values of all data points collected during the aggregation period.

Link copied to clipboard
var p90: Double?

The 90th percentile of the values of all data points collected during the aggregation period.

Link copied to clipboard
var std: Double?

The standard deviation of the values of all data points collected during the aggregation period.

Link copied to clipboard
var sum: Double?

The sum of the values of all data points collected during the aggregation period.