SearchServiceApplicationProxy.GetGlobalAnalyticsItemDataBatch method

Gets the analytics item data for a given even processed since a given time

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

Syntax

'Declaration
Public Function GetGlobalAnalyticsItemDataBatch ( _
    eventType As Integer, _
    since As DateTime, _
    batchSize As Integer, _
    token As ContinuationTokenItemData _
) As AnalyticsItemDataBatch
'Usage
Dim instance As SearchServiceApplicationProxy
Dim eventType As Integer
Dim since As DateTime
Dim batchSize As Integer
Dim token As ContinuationTokenItemData
Dim returnValue As AnalyticsItemDataBatch

returnValue = instance.GetGlobalAnalyticsItemDataBatch(eventType, _
    since, batchSize, token)
public AnalyticsItemDataBatch GetGlobalAnalyticsItemDataBatch(
    int eventType,
    DateTime since,
    int batchSize,
    ContinuationTokenItemData token
)

Parameters

Return value

Type: Microsoft.Office.Server.Search.Analytics.AnalyticsItemDataBatch
The list of items processed since the given timestamp and the continuation token

Implements

IAnalyticsServiceApplication.GetGlobalAnalyticsItemDataBatch(Int32, DateTime, Int32, ContinuationTokenItemData)

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace