AnalyticsEventTypes enumeration
A filter used for retrieving event types in the analytics system.
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 (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataContractAttribute(Namespace := "https://www.microsoft.com/sharepoint/search/KnownTypes/2011/05")> _
<FlagsAttribute> _
Public Enumeration AnalyticsEventTypes
'Usage
Dim instance As AnalyticsEventTypes
[DataContractAttribute(Namespace = "https://www.microsoft.com/sharepoint/search/KnownTypes/2011/05")]
[FlagsAttribute]
public enum AnalyticsEventTypes
Members
Member name | Description | |
---|---|---|
None | No events. | |
Standard | Standard events such as: views, views by unique users, and recommendation clicks. | |
Custom | Events registered for use by the tenant. | |
Internal | Internal events. | |
All | All events. | |
AllIncludingInternal | All events, including internal events. |