기본 데이터 웨어하우스의 게시된 엔터티 상태 변경 공급자

Microsoft.SystemCenter.DataWarehouse.PublishedEntityHealthStateChangeProviderInternal (DataSourceModuleType)

데이터 웨어하우스 수집을 위해 게시자가 게시한 엔터티 상태 변경 이벤트를 제공하기 위한 기본 모듈입니다.

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>