Base Data Warehouse published entity state change provider

Microsoft.SystemCenter.DataWarehouse.PublishedEntityHealthStateChangeProviderInternal (DataSourceModuleType)

Base module to provide published (by publishers) entity state change events for Data Warehouse collection

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.Health.EntityStateChangeData

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.DataWarehouse.PublishedEntityHealthStateChangeProviderInternal" Accessibility="Internal" Batching="false">
<Configuration>
<xsd:element name="ManagementGroupId" type="xsd:string"/>
<xsd:element name="ChannelId" type="xsd:string"/>
<xsd:element name="DropItems" type="xsd:boolean"/>
<xsd:element name="QueueDataOnStall" type="xsd:boolean"/>
<xsd:element name="QueueDataStallInterval" type="xsd:duration"/>
<xsd:element name="StalledDataQueueSizeMB" type="xsd:integer"/>
<xsd:element name="StalledDataQueueMaximumAge" type="xsd:duration"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Native>
<ClassID>8DB8C3B0-3AB0-494a-A09B-5F3643CC27A7</ClassID>
</Native>
</ModuleImplementation>
<OutputType>Health!System.Health.EntityStateChangeData</OutputType>
</DataSourceModuleType>