Skip to content

StatisticsQueryParameters

StatisticsQueryParameters = object

Defined in: src/ExpoArcgis.types.ts:410

Criteria for a statistics query. Mirrors the native StatisticsQueryParameters.

optional groupBy?: string[]

Defined in: src/ExpoArcgis.types.ts:415

Fields to group the statistics by (one record per group).


optional orderBy?: OrderByField[]

Defined in: src/ExpoArcgis.types.ts:417

Sort order of the records.


statistics: StatisticDefinition[]

Defined in: src/ExpoArcgis.types.ts:411


optional whereClause?: string

Defined in: src/ExpoArcgis.types.ts:413

SQL where clause limiting which features are aggregated.