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
eventType
Type: System.Int32the event type
tenantId
Type: System.Guidthe site id
siteId
Type: System.Guidthe scope id, e.g. the web id for View events, or Guid.Empty if rolling up to the site
- scopeId
Type: System.Guid
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