AggregatedValue

Contains aggregated asset property values (for example, average, minimum, and maximum).

Types

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

Properties

Link copied to clipboard

The quality of the aggregated data.

Link copied to clipboard

The date the aggregating computations occurred, in Unix epoch time.

Link copied to clipboard

The value of the aggregates.

Functions

Link copied to clipboard
inline fun copy(block: AggregatedValue.Builder.() -> Unit = {}): AggregatedValue
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