Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For internal use only. 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 SearchServiceApplication
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 ID for the last tenant returned.
Return value
Type: Microsoft.Office.Server.Search.Analytics.AnalyticsTenantSettingsDataBatch
A list containing raw analytics tenant settings data.
Implements
IAnalyticsServiceApplication.GetRawAnalyticsTenantSettingsBatch(Int32, Guid)
See also
Reference
SearchServiceApplication class