IServiceQuery

Interface

Defines a query to a service

Properties

Property Type Notes
field string

Field to run stats on

layerId number

Layer Id

serviceUrl string

Feature Service Url

statistic ServiceAggregation

Statistic to run on the field

groupBy Optional {
fields:
string[]
having:
string
}

NOT IMPLEMENTED: Optional set of fields to group by.

orderBy Optional string[]

NOT IMPLEMENTED: Optional set of fields to order by.

time Optional number

NOT IMPLEMENTED: Time instant to query

timeRange Optional [null | number, null | number]

NOT IMPLEMENTED: Time range to query

where Optional string

Optional where clause to filter the query


Interface defined in common/src/core/types/Metrics.ts:63