StringPropertyQuery extension
"Property query" for a string field. Created by Query.property().
- on
Properties
- caseSensitive ↔ bool
-
Available on PropertyQuery<
Get status of the case-sensitive configuration.String> , provided by the StringPropertyQuery extensiongetter/setter pair - distinct ↔ bool
-
Available on PropertyQuery<
Get the status of "distinct-values" configuration.String> , provided by the StringPropertyQuery extensiongetter/setter pair
Methods
-
count(
) → int -
Available on PropertyQuery<
Returns the count of non-null values.String> , provided by the StringPropertyQuery extension -
find(
{String? replaceNullWith}) → List< String> -
Available on PropertyQuery<
Returns values of this property matching the query.String> , provided by the StringPropertyQuery extension