Aggregation
A complex data type that describes the aggregation action to perform on a column.
Schema
<xsd:complexType name="Aggregation">
<xsd:sequence>
<xsd:element name="ColumnName" type="xsd:string"/>
<xsd:element name="AggregationFunctions"
type="typens:ArrayOfString">
</xsd:element>
</xsd:sequence>
</xsd:complexType>
Elements
ColumnName
The names of the columns on which to perform aggregation.
AggregationFunctions

The aggregation function to perform. Each column can have only one aggregation function. Valid functions are:

MIN

MAX

AVG

SUM