AnalyticsItemData members
Historical analytics data for an item or rollup scope.
The AnalyticsItemData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AnalyticsItemData | This member is reserved for internal use and is not intended to be used directly from your code. Initializes a new instance of the object. |
Top
Properties
Name | Description | |
---|---|---|
CurrentDate | Gets the date when the analytics data was retrieved. | |
DailyHistoryLimit | Gets the maximum amount of daily history to retain. | |
EventType | Gets the type of event. | |
ItemId | Gets the internal item ID. | |
LastProcessingHits | Gets the number of hits for an item or rollup scope in the last processing interval. | |
LastProcessingTime | Gets the time analytics data was last updated for an item. | |
LastProcessingUniqueUsers | Gets the number of unique users for an item or rollup scope in the last processing interval. | |
MonthlyHistoryLimit | Gets the maximum amount of monthly history to retain. | |
ScopeId | Gets the scope ID for view events. | |
SiteId | Gets the ID for the site. | |
TenantId | Gets the ID for the tenant. | |
TotalHits | Gets the total number of hits for an item or rollup scope. | |
TotalUniqueUsers | Gets the total number of unique users for an item or rollup scope. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDailyData | Gets historical data for a specific day for the item or rollup scope. | |
GetHashCode | (Inherited from Object.) | |
GetHitCountForDay | Gets the historical hit count data on the specified day for the item or rollup scope. | |
GetHitCountForMonth | Gets the historical hit count data for a specified month for the item or rollup. | |
GetMonthlyData | Gets historical data by month for the item or rollup scope. | |
GetType | (Inherited from Object.) | |
GetUniqueUsersCountForDay | Gets the count of unique users for a specific day for the item or rollup scope . | |
GetUniqueUsersCountForMonth | Gets a count of unique users for a specified month for the item or rollup scope. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top