AnalyticsEventTypeDefinition.Rollups property
Gets or sets the rollup aggregation that is calculated for an event type.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Rollups As EventRollups
Get
Set
'Usage
Dim instance As AnalyticsEventTypeDefinition
Dim value As EventRollups
value = instance.Rollups
instance.Rollups = value
[DataMemberAttribute]
public EventRollups Rollups { get; set; }
Property value
Type: Microsoft.Office.Server.Search.Analytics.EventRollups
The rollup aggregation that is calculated for an event type.
See also
Reference
AnalyticsEventTypeDefinition class