Microsoft.SystemCenter.PublishedExchangeOnlineAssessmentRecommendationDataProvider (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
DS1 DataSource Microsoft.SystemCenter.QueueOnStallPublishedDataProviderInternal Default

Overrideable Parameters:

IDParameterTypeSelector
DropItemsbool$Config/DropItems$
MaximumBatchSizeint$Config/MaximumBatchSize$
QueueDataOnStallbool$Config/QueueDataOnStall$
QueueDataStallIntervalstring$Config/QueueDataStallInterval$
StalledDataQueueSizeMBint$Config/StalledDataQueueSizeMB$

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.PublishedExchangeOnlineAssessmentRecommendationDataProvider" Accessibility="Public" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DropItems" type="xsd:boolean"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="MaximumBatchSize" type="xsd:integer" minOccurs="0"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="QueueDataOnStall" type="xsd:boolean"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="QueueDataStallInterval" type="xsd:duration"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="StalledDataQueueSizeMB" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="DropItems" ParameterType="bool" Selector="$Config/DropItems$"/>
<OverrideableParameter ID="MaximumBatchSize" ParameterType="int" Selector="$Config/MaximumBatchSize$"/>
<OverrideableParameter ID="QueueDataOnStall" ParameterType="bool" Selector="$Config/QueueDataOnStall$"/>
<OverrideableParameter ID="QueueDataStallInterval" ParameterType="string" Selector="$Config/QueueDataStallInterval$"/>
<OverrideableParameter ID="StalledDataQueueSizeMB" ParameterType="int" Selector="$Config/StalledDataQueueSizeMB$"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS1" TypeID="Microsoft.SystemCenter.QueueOnStallPublishedDataProviderInternal">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<ChannelId>C7492DA5-5DBC-4C18-B28F-C900C1CF2FB5</ChannelId>
<DropItems>$Config/DropItems$</DropItems>
<MaximumBatchSize>$Config/MaximumBatchSize$</MaximumBatchSize>
<QueueDataOnStall>$Config/QueueDataOnStall$</QueueDataOnStall>
<QueueDataStallInterval>$Config/QueueDataStallInterval$</QueueDataStallInterval>
<StalledDataQueueSizeMB>$Config/StalledDataQueueSizeMB$</StalledDataQueueSizeMB>
<StalledDataQueueMaximumAge>P14D</StalledDataQueueMaximumAge>
</DataSource>
</MemberModules>
<Composition>
<Node ID="DS1"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
</DataSourceModuleType>