Home > doofinder > RangeStats
RangeStats interface
Represents the information returned in the search response for a range filter.
Signature:
export interface RangeStats
Properties
Property | Type | Description |
---|---|---|
avg | number | Average value for the field for all the matching results. |
count | number | Number of matching results. |
max | number | Max value for the field for all the matching results. |
min | number | Min value for the field for all the matching results. |
sum | number | Sum of the values for the field for all the matching results. |