IHubAggregation

Interface

Structure for Search Aggregations in ArcGIS Hub

Properties

Property Type Notes
field string

Field the aggregation was creatd for

mode string

What type of aggregation is returned

values Array<{
count:
number
value:
any
}>

Array of the field values and counts


Interface defined in common/src/search/types/IHubAggregation.ts:4