StatisticsQueryParameters
StatisticsQueryParameters =
object
Defined in: src/ExpoArcgis.types.ts:410
Criteria for a statistics query. Mirrors the native StatisticsQueryParameters.
Properties
Section titled “Properties”groupBy?
Section titled “groupBy?”
optionalgroupBy?:string[]
Defined in: src/ExpoArcgis.types.ts:415
Fields to group the statistics by (one record per group).
orderBy?
Section titled “orderBy?”
optionalorderBy?:OrderByField[]
Defined in: src/ExpoArcgis.types.ts:417
Sort order of the records.
statistics
Section titled “statistics”statistics:
StatisticDefinition[]
Defined in: src/ExpoArcgis.types.ts:411
whereClause?
Section titled “whereClause?”
optionalwhereClause?:string
Defined in: src/ExpoArcgis.types.ts:413
SQL where clause limiting which features are aggregated.