Microsoft.SystemCenter.WebApplicationTest.PerformanceDataMapper.External (ConditionDetectionModuleType)
Element properties:
Member Modules:
Source Code:
<ConditionDetectionModuleType ID="Microsoft.SystemCenter.WebApplicationTest.PerformanceDataMapper.External" Accessibility="Internal" Batching="false" Stateful="false" PassThrough="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IsGlobalCounter" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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>
<ConditionDetection ID="Filter" TypeID="Microsoft.SystemCenter.WebApplicationTest.External.Condition">
<RuleId>$Config/RuleId$</RuleId>
<IsGlobalCounter>$Config/IsGlobalCounter$</IsGlobalCounter>
<CounterName>$Config/CounterName$</CounterName>
<TestConfig>$Target/Property[Type="WebAppTest!Microsoft.SystemCenter.WebApplicationTest.WebTestBase"]/TestConfig$</TestConfig>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="Filter"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Performance!System.Performance.Data</OutputType>
<InputTypes>
<InputType>Microsoft.SystemCenter.WebApplicationTest.WebTestData.External</InputType>
</InputTypes>
</ConditionDetectionModuleType>