AnalyticsEventTypeDefinition members

Represents the definition of an analytics event type.

The AnalyticsEventTypeDefinition type exposes the following members.

Constructors

  Name Description
Public method AnalyticsEventTypeDefinition Reserved for internal use. Initializes a new instance of an AnalyticsEventTypeDefinition object.

Top

Properties

  Name Description
Public property AggregationType Gets or sets the aggregation type (hits, unique users, or both) for an event type.
Public property AppEventTypeId Gets the ID of a custom analytics event type.
Public property ApplicationName Gets the name of the application that is registering a custom event type.
Public property EventName Gets the name of an event type.
Public property EventTypeId Gets the ID of an event type.
Public property IsReadOnly Gets a Boolean value that indicates if an event type definition is read-only.
Public property LifeTimeManagedPropertyName Gets the name of the search managed property an event type definition holding the lifetime counts.
Public property Options Gets or sets additional event type definition options as specified in a EventOptions enumeration.
Public property RecentManagedPropertyName Gets the name of the search managed property of an event type definition holding the recent counts.
Public property RecentPopularityTimeframe Gets or sets the time frame of the recent popularity of an event type.
Public property RecommendationWeight Gets or sets the weight a specified event type should be given in the recommendation calculation.
Public property RelevanceWeight Gets or sets the weight a specified event type should be given in the relevance calculation.
Public property Rollups Gets or sets the rollup aggregation that is calculated for an event type.
Public property TailTrimming Gets or sets the minimum aggregation count that is required to consider the event for a particular item.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public methodStatic member GetLifeTimeAnalyticsSearchManagedProperty Maps an eventTypeId to a corresponding LifeTimeManagedPropertyName.
Public methodStatic member GetRecentAnalyticsSearchManagedProperty Maps an eventTypeId to a corresponding RecentManagedPropertyName.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

AnalyticsEventTypeDefinition class

Microsoft.Office.Server.Search.Analytics namespace