SearchServiceApplicationProxy.GetRollupAnalyticsItemData method

Gets the analytics item data rolled up to a given scope or site collection.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetRollupAnalyticsItemData ( _
    eventType As Integer, _
    tenantId As Guid, _
    siteId As Guid, _
    scopeId As Guid _
) As AnalyticsItemData
'Usage
Dim instance As SearchServiceApplicationProxy
Dim eventType As Integer
Dim tenantId As Guid
Dim siteId As Guid
Dim scopeId As Guid
Dim returnValue As AnalyticsItemData

returnValue = instance.GetRollupAnalyticsItemData(eventType, _
    tenantId, siteId, scopeId)
public AnalyticsItemData GetRollupAnalyticsItemData(
    int eventType,
    Guid tenantId,
    Guid siteId,
    Guid scopeId
)

Parameters

  • siteId
    Type: System.Guid

    the scope id, e.g. the web id for View events, or Guid.Empty if rolling up to the site

Return value

Type: Microsoft.Office.Server.Search.Analytics.AnalyticsItemData
the analytics item data

Implements

IAnalyticsServiceApplication.GetRollupAnalyticsItemData(Int32, Guid, Guid, Guid)

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace