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 | |
---|---|---|
DeleteAllUsageDataForTenant | Schedules the deletion of all analytics data for a given tenant. | |
DeleteCustomEventUsageDataForSite | Schedules the deletion of analytics data of a custom event type for a given site. | |
DeleteCustomEventUsageDataForTenant | Schedules the deletion of analytics data of a custom event type for a given tenant. | |
DeleteRecommendationsDataForTenant | Schedules the deletion of all recommendations data for a given tenant. | |
DeleteStandardEventUsageDataForSite | Schedules the deletion of analytics data of a standard event type for a given site. | |
DeleteStandardEventUsageDataForTenant | Schedules the deletion of analytics data of a standard event type for a given tenant. | |
GetAnalyticsEventTypeDefinition | Gets the analytics event type definition for a given ID. | |
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. | |
GetAnalyticsItemData | Gets the analytics item data rolled up for a given item. | |
GetAnalyticsItemsData | Gets the analytics item data rolled up for multiple items. | |
GetAnalyticsTenantConfiguration | Gets the analytics configuration for a given tenant. | |
GetGlobalAnalyticsItemDataBatch | Gets the analytics item data for a given event processed since a given time. | |
GetRawAnalyticsTenantSettingsBatch | For internal use only. Gets the raw analytics tenant settings data in bulk. | |
GetRawAnayticsTenantSettings | For internal use only. Gets the raw analytics tenant settings data. | |
GetRollupAnalyticsItemData | Retrieves the aggregated analytics item data rolled up to a given scope or site collection. | |
GetSearchReport | Gets data for a search report, including top queries that apply to that particular search report. | |
GetTenantAnalyticsItemData | Gets the analytics item data rolled up to the tenant. | |
SendAnalyticsUsageEvents | Sends a list of analytics usage events to the analytics processing component to be processed. | |
UpsertRawAnalyticsTenantSettings | For internal use only. Updates or sets the raw analytics tenant settings data. |
Top