IServiceQueryOptions

Interface

Options used to defined a feature service query

Properties

Property Type Notes
field string

Field on which to run an aggregation

statisticType ServiceAggregation

The type of server-side aggregation to run

url string

The url of the feature service, including the layer

where Optional string

Where clause to apply to the query. Defaults to "1=1" if not provided


Interface defined in common/src/core/types/DynamicValues.ts:17