DashboardAggregationSortConfiguration

data class DashboardAggregationSortConfiguration(val aggregationFunction: DashboardAggregationFunction? = null, val column: DashboardColumnIdentifier, val sortDirection: DashboardSortDirection)

Constructors

Link copied to clipboard
constructor(aggregationFunction: DashboardAggregationFunction? = null, column: DashboardColumnIdentifier, sortDirection: DashboardSortDirection)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The function that aggregates the values in Column .

Link copied to clipboard

The column that determines the sort order of aggregated values.

Link copied to clipboard

The sort direction of values.