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
eventType
Type: System.Int32the event type
since
Type: System.DateTimethe data processed since a give timestamp
batchSize
Type: System.Int32size of the data batch
token
Type: Microsoft.Office.Server.Search.Analytics.ContinuationTokenItemDatacontinuation token for next batch of data
Return value
Type: Microsoft.Office.Server.Search.Analytics.AnalyticsItemDataBatch
The list of items processed since the given timestamp and the continuation token
Implements
See also
Reference
SearchServiceApplicationProxy class