Interface PercentileAggregation.Builder

    • Method Detail

      • percentileValue

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.