SearchServiceApplicationProxy.GetRawAnalyticsTenantSettingsBatch method
RESERVED FOR INTERNAL USE Gets the raw analytics tenant settings data in bulk.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetRawAnalyticsTenantSettingsBatch ( _
batchSize As Integer, _
lastTenantId As Guid _
) As AnalyticsTenantSettingsDataBatch
'Usage
Dim instance As SearchServiceApplicationProxy
Dim batchSize As Integer
Dim lastTenantId As Guid
Dim returnValue As AnalyticsTenantSettingsDataBatch
returnValue = instance.GetRawAnalyticsTenantSettingsBatch(batchSize, _
lastTenantId)
public AnalyticsTenantSettingsDataBatch GetRawAnalyticsTenantSettingsBatch(
int batchSize,
Guid lastTenantId
)
Parameters
batchSize
Type: System.Int32the number of tenants in a batch
lastTenantId
Type: System.Guidthe last tenant id returned
Return value
Type: Microsoft.Office.Server.Search.Analytics.AnalyticsTenantSettingsDataBatch
a list of the raw analytics tenant settings data
Implements
IAnalyticsServiceApplication.GetRawAnalyticsTenantSettingsBatch(Int32, Guid)
See also
Reference
SearchServiceApplicationProxy class