IAnalyticsServiceApplication.GetGlobalAnalyticsItemDataBatch method
Gets the analytics item data for a given event processed since a given time.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetGlobalAnalyticsItemDataBatch ( _
eventType As Integer, _
since As DateTime, _
batchSize As Integer, _
token As ContinuationTokenItemData _
) As AnalyticsItemDataBatch
'Usage
Dim instance As IAnalyticsServiceApplication
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)
[OperationContractAttribute]
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 given 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.
See also
Reference
IAnalyticsServiceApplication interface