2.2.5.1.5 KpiSharedDataItemAggregation

The KpiSharedDataItemAggregation simple type specifies the possible types for aggregation of a shared item.

The following CSDL schema defines the KpiSharedDataItemAggregation simple type.

       <EnumType Name="KpiSharedDataItemAggregation">
         <Member Name="None" Value="0"/>
         <Member Name="First" Value="1"/>
         <Member Name="Last" Value="2"/>
         <Member Name="Min" Value="3"/>
         <Member Name="Max" Value="4"/>
         <Member Name="Average" Value="5"/>
         <Member Name="Sum" Value="6"/>
       </EnumType>

The following table describes the values for the KpiSharedDataItemAggregation simple type.

Name

Value

Description

None

0

There is no aggregation.

First

1

Aggregation is performed by using the first value.

Last

2

Aggregation is performed by using the last value.

Min

3

Aggregation is performed by using the minimum value.

Max

4

Aggregation is performed by using the maximum value.

Average

5

Aggregation is performed by using the average value.

Sum

6

Aggregation is performed by summation.