# AggregationConfig

***

Defines how to aggregate a value across features in a layer.

## Properties

### attribute

> **attribute**: `string`

The attribute to use for the aggregation. This must be a numeric attribute.

***

### method

> **method**: `"min"` | `"max"` | `"avg"` | `"sum"` | `"median"`

The method to use for the aggregation.
