IntegerPropertyQuery extension

"Property query" for an integer field. Created by Query.property().

on

Properties

distinct bool
Get the status of "distinct-values" configuration.
getter/setter pair

Methods

average() double
Average value of the property over all objects matching the query.
count() int
Returns the count of non-null values.
find({int? replaceNullWith}) List<int>
Returns values of this property matching the query.
max() int
Maximum value of the property over all objects matching the query.
min() int
Minimum value of the property over all objects matching the query.
sum() int
Sum of all property values over objects matching the query.