Private
propertyOptional
metrics: ("count" | "percentageFalse" | "percentageTrue" | "totalFalse" | "totalTrue")[]The metrics to return.
The metrics for the property.
Define the metrics to be returned for a DATE or DATE_ARRAY property when aggregating over a collection.
If none of the arguments are provided then all metrics will be returned.
Optional
metrics: ("mode" | "count" | "minimum" | "maximum" | "median")[]The metrics to return.
The metrics for the property.
Define the metrics to be returned for an INT or INT_ARRAY property when aggregating over a collection.
If none of the arguments are provided then all metrics will be returned.
Optional
metrics: ("mode" | "count" | "mean" | "sum" | "minimum" | "maximum" | "median")[]The metrics to return.
The metrics for the property.
Private
mapDefine the metrics to be returned for a NUMBER or NUMBER_ARRAY property when aggregating over a collection.
If none of the arguments are provided then all metrics will be returned.
Optional
metrics: ("mode" | "count" | "mean" | "sum" | "minimum" | "maximum" | "median")[]The metrics to return.
The metrics for the property.
Define the metrics to be returned for a TEXT or TEXT_ARRAY property when aggregating over a collection.
If none of the arguments are provided then all metrics will be returned.
Optional
metrics: ("count" | "topOccurrencesOccurs" | "topOccurrencesValue")[]The metrics to return.
Optional
minOccurrences: numberThe how many top occurrences to return.
The metrics for the property.
Define the metrics to be returned for a BOOL or BOOL_ARRAY property when aggregating over a collection.
If none of the arguments are provided then all metrics will be returned.