AnalyticsUsageEvent members
Represents an analytics usage event.
The AnalyticsUsageEvent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AnalyticsUsageEvent() | Reserved for internal use.Initializes a new instance of a AnalyticsUsageEvent object that is used by Windows Communication Foundation (WCF) to deserialize an entry. | |
AnalyticsUsageEvent(SPAnalyticsUsageEntry) | Initializes a new instance of an AnalyticsUsageEvent object from an SPAnalyticsUsageEntry object. | |
AnalyticsUsageEvent(SPRequestUsageEntry) | Initializes a new instance of an AnalyticsUsageEvent object from an SPRequestUsageEntry object. |
Top
Properties
Name | Description | |
---|---|---|
CustomData | Reserved for future use. | |
EventTypeId | Gets or sets an event type ID. | |
ItemId | Gets or sets the item URL that the event relates to. | |
ScopeId | Gets or sets the ID for the scope. | |
SessionId | Reserved for internal use. | |
SiteId | Gets or sets the unique ID for the site. | |
TenantId | Gets or sets the ID for the tenant. | |
TimeStamp | Gets or sets the time an event occurred. | |
UserId | Gets or sets the ID of the user who triggered an event. | |
WebApplicationId | Gets or sets the unique ID for the web application. | |
Weight | Reserved for future use. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Creates the string that is to be logged in the raw event store file. (Overrides Object.ToString().) |
Top