IServiceQuery
Defines a query to a service
Properties
Property | Type | Notes |
---|---|---|
string |
Field to run stats on |
|
number |
Layer Id |
|
string |
Feature Service Url |
|
ServiceAggregation |
Statistic to run on the field |
|
Optional |
{
|
NOT IMPLEMENTED: Optional set of fields to group by. |
Optional | string[] |
NOT IMPLEMENTED: Optional set of fields to order by. |
Optional | number |
NOT IMPLEMENTED: Time instant to query |
Optional | [null | number, null | number] |
NOT IMPLEMENTED: Time range to query |
Optional | string |
Optional where clause to filter the query |
Interface defined in common/src/core/types/Metrics.ts:63