TemplateNumericalAggregationFunction

data class TemplateNumericalAggregationFunction(val percentileAggregation: TemplatePercentileAggregation? = null, val simpleNumericalAggregation: TemplateSimpleNumericalAggregationFunction? = null)

Constructors

Link copied to clipboard
constructor(percentileAggregation: TemplatePercentileAggregation? = null, simpleNumericalAggregation: TemplateSimpleNumericalAggregationFunction? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An aggregation based on the percentile of values in a dimension or measure.

Link copied to clipboard

Built-in aggregation functions for numerical values.