DashboardAggregationFunction

data class DashboardAggregationFunction(val attributeAggregationFunction: DashboardAttributeAggregationFunction? = null, val categoricalAggregationFunction: DashboardCategoricalAggregationFunction? = null, val dateAggregationFunction: DashboardDateAggregationFunction? = null, val numericalAggregationFunction: DashboardNumericalAggregationFunction? = null)

Constructors

Link copied to clipboard
constructor(attributeAggregationFunction: DashboardAttributeAggregationFunction? = null, categoricalAggregationFunction: DashboardCategoricalAggregationFunction? = null, dateAggregationFunction: DashboardDateAggregationFunction? = null, numericalAggregationFunction: DashboardNumericalAggregationFunction? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Aggregation for categorical values.

Link copied to clipboard

Aggregation for date values.

Link copied to clipboard

Aggregation for numerical values.