Microsoft.SystemCenter.WebApplicationTest.WebTestProbe.Performance.CollectData.DS (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.Performance.Data

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.WebApplicationTest.WebTestProbe.DS Default
Filter ConditionDetection System.ExpressionFilter Default
LinkedMapper ConditionDetection Microsoft.SystemCenter.WebApplicationTest.Performance.LinkedDataMapper Default
Mapper ConditionDetection Microsoft.SystemCenter.WebApplicationTest.PerformanceDataMapper Default

Source Code:

<DataSourceModuleType ID="Microsoft.SystemCenter.WebApplicationTest.WebTestProbe.Performance.CollectData.DS" Accessibility="Public">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" maxOccurs="1" name="CounterName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="RuleId" type="xsd:string"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.WebApplicationTest.WebTestProbe.DS"/>
<ConditionDetection ID="Mapper" TypeID="Microsoft.SystemCenter.WebApplicationTest.PerformanceDataMapper">
<TestContext>$Target/Property[Type="Microsoft.SystemCenter.WebApplicationTest.WebTestBase"]/Context$</TestContext>
<TestConfig>$Target/Property[Type="Microsoft.SystemCenter.WebApplicationTest.WebTestBase"]/TestConfig$</TestConfig>
</ConditionDetection>
<ConditionDetection ID="Filter" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">CounterName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Config/CounterName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
<ConditionDetection ID="LinkedMapper" TypeID="Microsoft.SystemCenter.WebApplicationTest.Performance.LinkedDataMapper">
<ManagedEntityId>$Target/Id$</ManagedEntityId>
<RuleId>$Config/RuleId$</RuleId>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="LinkedMapper">
<Node ID="Filter">
<Node ID="Mapper">
<Node ID="DS"/>
</Node>
</Node>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Performance!System.Performance.Data</OutputType>
</DataSourceModuleType>