SCOM.Addons.MailIn.TestNode.PropertyBag.Filtered (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.PropertyBagData

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource SCOM.Addons.MailIn.TestNode.PropertyBag Default
Filter ConditionDetection System.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelector
IntervalSecondsint$Config/IntervalSeconds$
SyncTimestring$Config/SyncTime$
XMLConfigFilePathstring$Config/XMLConfigFilePath$
SCOMAlertResetTypestring$Config/SCOMAlertResetType$
EmlDirectorystring$Config/EmlDirectory$
EmlArchivestring$Config/EmlArchive$
NoOfLinesFromTopint$Config/NoOfLinesFromTop$

Source Code:

<DataSourceModuleType ID="SCOM.Addons.MailIn.TestNode.PropertyBag.Filtered" Accessibility="Internal" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SyncTime" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="UniqueTitle" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="XMLConfigFilePath" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SCOMAlertResetType" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="EmlDirectory" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="EmlArchive" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="NoOfLinesFromTop" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="SyncTime" Selector="$Config/SyncTime$" ParameterType="string"/>
<OverrideableParameter ID="XMLConfigFilePath" Selector="$Config/XMLConfigFilePath$" ParameterType="string"/>
<OverrideableParameter ID="SCOMAlertResetType" Selector="$Config/SCOMAlertResetType$" ParameterType="string"/>
<OverrideableParameter ID="EmlDirectory" Selector="$Config/EmlDirectory$" ParameterType="string"/>
<OverrideableParameter ID="EmlArchive" Selector="$Config/EmlArchive$" ParameterType="string"/>
<OverrideableParameter ID="NoOfLinesFromTop" Selector="$Config/NoOfLinesFromTop$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="SCOM.Addons.MailIn.TestNode.PropertyBag">
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<SyncTime>$Config/SyncTime$</SyncTime>
<UniqueTitle>$Config/UniqueTitle$</UniqueTitle>
<XMLConfigFilePath>$Config/XMLConfigFilePath$</XMLConfigFilePath>
<SCOMAlertResetType>$Config/SCOMAlertResetType$</SCOMAlertResetType>
<EmlDirectory>$Config/EmlDirectory$</EmlDirectory>
<EmlArchive>$Config/EmlArchive$</EmlArchive>
<NoOfLinesFromTop>$Config/NoOfLinesFromTop$</NoOfLinesFromTop>
</DataSource>
<ConditionDetection ID="Filter" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name="UniqueTitle"]</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Config/UniqueTitle$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="Filter">
<Node ID="DS"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
</DataSourceModuleType>