IntegerPropertyQuery extension
"Property query" for an integer field. Created by Query.property().
- on
Properties
- distinct ↔ bool
-
Available on PropertyQuery<
Get the status of "distinct-values" configuration.int> , provided by the IntegerPropertyQuery extensiongetter/setter pair
Methods
-
average(
) → double -
Available on PropertyQuery<
Average value of the property over all objects matching the query.int> , provided by the IntegerPropertyQuery extension -
count(
) → int -
Available on PropertyQuery<
Returns the count of non-null values.int> , provided by the IntegerPropertyQuery extension -
find(
{int? replaceNullWith}) → List< int> -
Available on PropertyQuery<
Returns values of this property matching the query.int> , provided by the IntegerPropertyQuery extension -
max(
) → int -
Available on PropertyQuery<
Maximum value of the property over all objects matching the query.int> , provided by the IntegerPropertyQuery extension -
min(
) → int -
Available on PropertyQuery<
Minimum value of the property over all objects matching the query.int> , provided by the IntegerPropertyQuery extension -
sum(
) → int -
Available on PropertyQuery<
Sum of all property values over objects matching the query.int> , provided by the IntegerPropertyQuery extension