IAnalyticsServiceApplication.GetRawAnalyticsTenantSettingsBatch method
For internal use only. Gets the raw analytics tenant settings data in bulk.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetRawAnalyticsTenantSettingsBatch ( _
batchSize As Integer, _
lastTenantId As Guid _
) As AnalyticsTenantSettingsDataBatch
'Usage
Dim instance As IAnalyticsServiceApplication
Dim batchSize As Integer
Dim lastTenantId As Guid
Dim returnValue As AnalyticsTenantSettingsDataBatch
returnValue = instance.GetRawAnalyticsTenantSettingsBatch(batchSize, _
lastTenantId)
[OperationContractAttribute]
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.
See also
Reference
IAnalyticsServiceApplication interface