SearchServiceApplicationProxy.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 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
)
参数
eventType
类型:System.Int32事件类型
since
类型:System.DateTime处理后为时间戳的数据
batchSize
类型:System.Int32数据批处理的大小
token
类型:Microsoft.Office.Server.Search.Analytics.ContinuationTokenItemData下一批数据延续标记
返回值
类型:Microsoft.Office.Server.Search.Analytics.AnalyticsItemDataBatch
处理自给定时间戳和继续标记的项的列表
实现
另请参阅
引用
SearchServiceApplicationProxy 类