AnalyticsItemData members

Historical analytics data for an item or rollup scope.

The AnalyticsItemData type exposes the following members.

Constructors

  Name Description
Public method 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
Public property CurrentDate Gets the date when the analytics data was retrieved.
Public propertyStatic member DailyHistoryLimit Gets the maximum amount of daily history to retain.
Public property EventType Gets the type of event.
Public property ItemId Gets the internal item ID.
Public property LastProcessingHits Gets the number of hits for an item or rollup scope in the last processing interval.
Public property LastProcessingTime Gets the time analytics data was last updated for an item.
Public property LastProcessingUniqueUsers Gets the number of unique users for an item or rollup scope in the last processing interval.
Public propertyStatic member MonthlyHistoryLimit Gets the maximum amount of monthly history to retain.
Public property ScopeId Gets the scope ID for view events.
Public property SiteId Gets the ID for the site.
Public property TenantId Gets the ID for the tenant.
Public property TotalHits Gets the total number of hits for an item or rollup scope.
Public property TotalUniqueUsers Gets the total number of unique users for an item or rollup scope.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetDailyData Gets historical data for a specific day for the item or rollup scope.
Public method GetHashCode (Inherited from Object.)
Public method GetHitCountForDay Gets the historical hit count data on the specified day for the item or rollup scope.
Public method GetHitCountForMonth Gets the historical hit count data for a specified month for the item or rollup.
Public method GetMonthlyData Gets historical data by month for the item or rollup scope.
Public method GetType (Inherited from Object.)
Public method GetUniqueUsersCountForDay Gets the count of unique users for a specific day for the item or rollup scope .
Public method GetUniqueUsersCountForMonth Gets a count of unique users for a specified month for the item or rollup scope.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

AnalyticsItemData class

Microsoft.Office.Server.Search.Analytics namespace