Share via


SearchServiceApplication.GetGlobalAnalyticsItemDataBatch method

Gets the analytics item data for a given event processed since a particular time period.

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 SearchServiceApplication
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

  • since
    Type: System.DateTime

    Only items processed after this time stamp will be taken into consideration.

  • batchSize
    Type: System.Int32

    The number of analytics items in a batch. This value must be more than 1000.

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

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace