All Superinterfaces:
Aggregation, NumericMetricsAggregation, NumericMetricsAggregation.SingleValue, org.opensearch.common.xcontent.ToXContent, org.opensearch.common.xcontent.ToXContentFragment
All Known Implementing Classes:
InternalMin, ParsedMin

public interface Min
extends NumericMetricsAggregation.SingleValue
An aggregation that computes the minimum of the values in the current bucket.
  • Method Details

    • getValue

      double getValue()
      The minimum.