TemplateAggregationSortConfiguration

data class TemplateAggregationSortConfiguration(val aggregationFunction: TemplateAggregationFunction? = null, val column: TemplateColumnIdentifier, val sortDirection: TemplateSortDirection)

Constructors

Link copied to clipboard
constructor(aggregationFunction: TemplateAggregationFunction? = null, column: TemplateColumnIdentifier, sortDirection: TemplateSortDirection)

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.