public static interface PercentileAggregation.Builder extends SdkPojo, CopyableBuilder<PercentileAggregation.Builder,PercentileAggregation>
Modifier and Type | Method and Description |
---|---|
PercentileAggregation.Builder |
percentileValue(Double percentileValue)
The percentile value.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PercentileAggregation.Builder percentileValue(Double percentileValue)
The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.
percentileValue
- The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes
the median value of the measure.Copyright © 2023. All rights reserved.