2.2.5.6 EventRollups

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Analytics

The EventRollups simple type defines the rollup aggregations that can be calculated.

 <xs:simpleType name="EventRollups" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:list>
     <xs:simpleType>
       <xs:restriction base="xs:string">
         <xs:enumeration value="SiteSubscriptionId"/>
         <xs:enumeration value="SiteId"/>
         <xs:enumeration value="ScopeId"/>
       </xs:restriction>
     </xs:simpleType>
   </xs:list>
 </xs:simpleType>

The following table specifies the allowable values for the EventRollups simple type.

Value

Meaning

SiteSubscriptionId

Site-subscription-level aggregation

SiteId

Site-level aggregation

ScopeId

Scope-level aggregation