Builder

class Builder

Properties

Link copied to clipboard

The average value of the counter for a specified time period.

Link copied to clipboard
var max: Double

The maximum value of the counter for a specified time period.

Link copied to clipboard
var n: Int

The number of counters for a specified time period.

Link copied to clipboard
var name: String?

The counter name.

Link copied to clipboard
var sum: Double

The total of counter values for a specified time period.

Link copied to clipboard
var unit: String?

The unit of the counters.