TemplatePercentileAggregation

data class TemplatePercentileAggregation(val percentileValue: Double? = null)

Constructors

Link copied to clipboard
constructor(percentileValue: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val percentileValue: Double? = null

The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.