IServiceQueryMetricSource

Interface

Defines a metric source that is a query to a service.

Extends

Properties

Property Type Notes
type "service-query"
field Inherited string

Field to run stats on

layerId Inherited number

Layer Id

serviceUrl Inherited string

Feature Service Url

statistic Inherited ServiceAggregation

Statistic to run on the field

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

NOT IMPLEMENTED: Optional set of fields to group by.

orderBy Optional Inherited string[]

NOT IMPLEMENTED: Optional set of fields to order by.

time Optional Inherited number

NOT IMPLEMENTED: Time instant to query

timeRange Optional Inherited [null | number, null | number]

NOT IMPLEMENTED: Time range to query

where Optional Inherited string

Optional where clause to filter the query


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