Percentile contains the data points returned in a percentile aggregate step.
Name | Type | Description | Notes |
---|---|---|---|
Cdf | List<PercentileDataPoint> | The cumulative distribution function (CDF) data points. | [optional] |
Percentiles | List<PercentileDataPoint> | The percentile data points. | [optional] |