IServiceQueryOptions
Options used to defined a feature service query
Properties
Property | Type | Notes |
---|---|---|
string |
Field on which to run an aggregation |
|
ServiceAggregation |
The type of server-side aggregation to run |
|
string |
The url of the feature service, including the layer |
|
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