IAnalyticsServiceApplication members

Defines common functionality for Search applications that provide analytics processing functionality on the server.

The IAnalyticsServiceApplication type exposes the following members.

Methods

  Name Description
Public method DeleteAllUsageDataForTenant Schedules the deletion of all analytics data for a given tenant.
Public method DeleteCustomEventUsageDataForSite Schedules the deletion of analytics data of a custom event type for a given site.
Public method DeleteCustomEventUsageDataForTenant Schedules the deletion of analytics data of a custom event type for a given tenant.
Public method DeleteRecommendationsDataForTenant Schedules the deletion of all recommendations data for a given tenant.
Public method DeleteStandardEventUsageDataForSite Schedules the deletion of analytics data of a standard event type for a given site.
Public method DeleteStandardEventUsageDataForTenant Schedules the deletion of analytics data of a standard event type for a given tenant.
Public method GetAnalyticsEventTypeDefinition Gets the analytics event type definition for a given ID.
Public method GetAnalyticsEventTypeDefinitions Gets analytics event type definitions available for use by a given tenant, filtered as indicated. For example, to include standard events as well as events registered for use by the tenant.
Public method GetAnalyticsItemData Gets the analytics item data rolled up for a given item.
Public method GetAnalyticsItemsData Gets the analytics item data rolled up for multiple items.
Public method GetAnalyticsTenantConfiguration Gets the analytics configuration for a given tenant.
Public method GetGlobalAnalyticsItemDataBatch Gets the analytics item data for a given event processed since a given time.
Public method GetRawAnalyticsTenantSettingsBatch For internal use only. Gets the raw analytics tenant settings data in bulk.
Public method GetRawAnayticsTenantSettings For internal use only. Gets the raw analytics tenant settings data.
Public method GetRollupAnalyticsItemData Retrieves the aggregated analytics item data rolled up to a given scope or site collection.
Public method GetSearchReport Gets data for a search report, including top queries that apply to that particular search report.
Public method GetTenantAnalyticsItemData Gets the analytics item data rolled up to the tenant.
Public method SendAnalyticsUsageEvents Sends a list of analytics usage events to the analytics processing component to be processed.
Public method UpsertRawAnalyticsTenantSettings For internal use only. Updates or sets the raw analytics tenant settings data.

Top

See also

Reference

IAnalyticsServiceApplication interface

Microsoft.Office.Server.Search.Analytics namespace