AnalyticsEventTypeDefinition members
Represents the definition of an analytics event type.
The AnalyticsEventTypeDefinition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AnalyticsEventTypeDefinition | Reserved for internal use. Initializes a new instance of an AnalyticsEventTypeDefinition object. |
Top
Properties
Name | Description | |
---|---|---|
AggregationType | Gets or sets the aggregation type (hits, unique users, or both) for an event type. | |
AppEventTypeId | Gets the ID of a custom analytics event type. | |
ApplicationName | Gets the name of the application that is registering a custom event type. | |
EventName | Gets the name of an event type. | |
EventTypeId | Gets the ID of an event type. | |
IsReadOnly | Gets a Boolean value that indicates if an event type definition is read-only. | |
LifeTimeManagedPropertyName | Gets the name of the search managed property an event type definition holding the lifetime counts. | |
Options | Gets or sets additional event type definition options as specified in a EventOptions enumeration. | |
RecentManagedPropertyName | Gets the name of the search managed property of an event type definition holding the recent counts. | |
RecentPopularityTimeframe | Gets or sets the time frame of the recent popularity of an event type. | |
RecommendationWeight | Gets or sets the weight a specified event type should be given in the recommendation calculation. | |
RelevanceWeight | Gets or sets the weight a specified event type should be given in the relevance calculation. | |
Rollups | Gets or sets the rollup aggregation that is calculated for an event type. | |
TailTrimming | Gets or sets the minimum aggregation count that is required to consider the event for a particular item. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetLifeTimeAnalyticsSearchManagedProperty | Maps an eventTypeId to a corresponding LifeTimeManagedPropertyName. | |
GetRecentAnalyticsSearchManagedProperty | Maps an eventTypeId to a corresponding RecentManagedPropertyName. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top