SDK Event Data Provider

Microsoft.SystemCenter.SdkEventProvider (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.SystemCenter.Event.LinkedData

Member Modules:

ID Module Type TypeId RunAs 
SdkDataSourceInternal DataSource Microsoft.SystemCenter.InternalSdkEventProvider Default
Mapper ConditionDetection Microsoft.SystemCenter.SdkEventMapper Default

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.SdkEventProvider" Accessibility="Public" Batching="false">
<Configuration/>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="SdkDataSourceInternal" TypeID="Microsoft.SystemCenter.InternalSdkEventProvider"/>
<ConditionDetection ID="Mapper" TypeID="Microsoft.SystemCenter.SdkEventMapper">
<RuleId>$MPElement$</RuleId>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="Mapper">
<Node ID="SdkDataSourceInternal"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Microsoft.SystemCenter.Event.LinkedData</OutputType>
</DataSourceModuleType>