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