Aggregate Field
constructor(name: String, statisticExpression: ArcadeExpression, statisticType: AggregateStatisticType)
Creates an AggregateField object.
Since
200.3.0
Parameters
name
A name that uniquely identifies the aggregate field within the AggregationFeatureReduction.aggregateFields collection.
statistic Expression
An Arcade expression that evaluates to either a string or a number.
statistic Type
Type of statistic used to summarize numeric field for aggregated geoelements.
Creates an AggregateField object.
Since
200.3.0
Parameters
name
A name that uniquely identifies the aggregate field within the AggregationFeatureReduction.aggregateFields collection.
statistic Field Name
An attribute name from the source dataset that contains numeric values to summarize.
statistic Type
Type of statistic used to summarize numeric field for aggregated geoelements.