---
title: aggregateProps API
description: "API Index | aggregateProps"
api_reference: true
slug: api_datasource_aggregateprops
---

# AggregateProps

### aggregate-aggregate `String`

The name of the aggregate function.

The supported aggregates are:

* `average`
* `count`
* `max`
* `min`
* `sum`

### aggregate-field `String`

The data item field which will be used to calculate the aggregates.

## Suggested Links

* [`Aggregate` in Kendo UI DataSource for jQuery](https://docs.telerik.com/kendo-ui/api/javascript/data/datasource/configuration/aggregate)
