Aggregates

Contains the (pre-calculated) aggregate values for an asset property.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The average (mean) value of the time series over a time interval window.

Link copied to clipboard

The count of data points in the time series over a time interval window.

Link copied to clipboard

The maximum value of the time series over a time interval window.

Link copied to clipboard

The minimum value of the time series over a time interval window.

Link copied to clipboard

The standard deviation of the time series over a time interval window.

Link copied to clipboard
val sum: Double?

The sum of the time series over a time interval window.

Functions

Link copied to clipboard
inline fun copy(block: Aggregates.Builder.() -> Unit = {}): Aggregates
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String