Data Warehouse published (on custom channel) event data provider

Microsoft.SystemCenter.DataWarehouse.PublishedEventDataProviderCustomChannel (DataSourceModuleType)

This module is used as a listener on custom channel (indicated by unique identifier) that provides published (on that channel) event data

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.SystemCenter.Event.LinkedData

Member Modules:

ID Module Type TypeId RunAs 
DS1 DataSource Microsoft.SystemCenter.DataWarehouse.PublishedEventDataProviderInternal Default

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.DataWarehouse.PublishedEventDataProviderCustomChannel" Accessibility="Public" Batching="false">
<Configuration>
<xsd:element name="ChannelId" type="xsd:string" minOccurs="1" maxOccurs="1"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource TypeID="Microsoft.SystemCenter.DataWarehouse.PublishedEventDataProviderInternal" ID="DS1">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<ChannelId>$Config/ChannelId$</ChannelId>
<DropItems>false</DropItems>
<QueueDataOnStall>false</QueueDataOnStall>
<QueueDataStallInterval>PT2M</QueueDataStallInterval>
<StalledDataQueueSizeMB>100</StalledDataQueueSizeMB>
<StalledDataQueueMaximumAge>P14D</StalledDataQueueMaximumAge>
</DataSource>
</MemberModules>
<Composition>
<Node ID="DS1"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>SystemCenter!Microsoft.SystemCenter.Event.LinkedData</OutputType>
</DataSourceModuleType>