aggregations property

List<String>? aggregations
final

It helps you to utilize the built-in aggregations for QueryType.range type of widgets directly, valid values are:

  • max: to retrieve the maximum value for a dataField,
  • min: to retrieve the minimum value for a dataField,
  • histogram: to retrieve the histogram aggregations for a particular interval

Implementation

final List<String>? aggregations;