SearchServiceApplication.GetGlobalAnalyticsItemDataBatch 方法
获取给定事件处理某个特定时间段后分析项目数据。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetGlobalAnalyticsItemDataBatch ( _
eventType As Integer, _
since As DateTime, _
batchSize As Integer, _
token As ContinuationTokenItemData _
) As AnalyticsItemDataBatch
用法
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
)
参数
eventType
类型:System.Int32事件类型。
since
类型:System.DateTime只处理后,该时间戳将纳入考虑的项目。
batchSize
类型:System.Int32分析批中的项的数目。此值必须是大于 1000年。
token
类型:Microsoft.Office.Server.Search.Analytics.ContinuationTokenItemData下一批数据延续标记。
返回值
类型:Microsoft.Office.Server.Search.Analytics.AnalyticsItemDataBatch
处理自给定时间戳和延续标记的项的列表。