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.
Gets analytics event type definitions available for use by a given tenant, filtered as indicated. For example, to include standard events as well as events registered for use by the tenant.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetAnalyticsEventTypeDefinitions ( _
tenantId As Guid, _
filter As AnalyticsEventTypes _
) As IList(Of AnalyticsEventTypeDefinition)
'Usage
Dim instance As IAnalyticsServiceApplication
Dim tenantId As Guid
Dim filter As AnalyticsEventTypes
Dim returnValue As IList(Of AnalyticsEventTypeDefinition)
returnValue = instance.GetAnalyticsEventTypeDefinitions(tenantId, _
filter)
[OperationContractAttribute]
IList<AnalyticsEventTypeDefinition> GetAnalyticsEventTypeDefinitions(
Guid tenantId,
AnalyticsEventTypes filter
)
Parameters
tenantId
Type: System.GuidThe tenant ID.
filter
Type: Microsoft.Office.Server.Search.Analytics.AnalyticsEventTypesA filter that specifies which event type definitions to include.
Return value
Type: System.Collections.Generic.IList<AnalyticsEventTypeDefinition>
The analytics event type definitions.
See also
Reference
IAnalyticsServiceApplication interface