AnalysisAttributeAggregationFunction

data class AnalysisAttributeAggregationFunction(val simpleAttributeAggregation: AnalysisSimpleAttributeAggregationFunction? = null, val valueForMultipleValues: String? = null)

Constructors

Link copied to clipboard
constructor(simpleAttributeAggregation: AnalysisSimpleAttributeAggregationFunction? = null, valueForMultipleValues: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The built-in aggregation functions for attributes.

Link copied to clipboard

Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.