EventCountType enumeration

Defines the type of aggregation done for the specified event.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Office.Server.Search.Analytics
Assembly:  Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration EventCountType
'Usage
Dim instance As EventCountType
[FlagsAttribute]
public enum EventCountType

Members

Member name Description
Count Aggregates all occurrences of the specified event.
UniqueUsers Aggregates unique users for the specified event.

See also

Reference

Microsoft.Office.Server.Search.Analytics namespace