Microsoft.SystemCenter.CM.AEM.Views.Internal.MapQueriedPerfData (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
OleDbProbe ProbeAction Microsoft.SystemCenter.CM.AEM.Views.Internal.OleDbProbe Default
Filter ConditionDetection System.ExpressionFilter Default
PerfMapper ConditionDetection Microsoft.SystemCenter.CM.AEM.Views.Internal.DataGenericMapper Default
PerfWA WriteAction Microsoft.SystemCenter.CM.AEM.Views.Internal.PerformanceDataWriter Default

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.CM.AEM.Views.Internal.MapQueriedPerfData" Accessibility="Internal" Batching="false">
<Configuration>
<xsd:element name="Query" type="xsd:string"/>
<xsd:element name="ObjectName" type="xsd:string"/>
<xsd:element name="CounterName" type="xsd:string"/>
<xsd:element name="Value" type="xsd:string"/>
<xsd:element name="ManagedEntityId" type="xsd:string"/>
<xsd:element name="RuleId" type="xsd:string"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="OleDbProbe" TypeID="Microsoft.SystemCenter.CM.AEM.Views.Internal.OleDbProbe">
<Query>$Config/Query$</Query>
</ProbeAction>
<ConditionDetection ID="Filter" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">$Config/ManagedEntityId$</XPathQuery>
</ValueExpression>
<Operator>NotEqual</Operator>
<ValueExpression>
<Value Type="String">{00000000-0000-0000-0000-000000000000}</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
<ConditionDetection ID="PerfMapper" TypeID="Microsoft.SystemCenter.CM.AEM.Views.Internal.DataGenericMapper">
<ObjectName>$Config/ObjectName$</ObjectName>
<CounterName>$Config/CounterName$</CounterName>
<InstanceName/>
<Value>$Data/$Config/Value$$</Value>
<ManagedEntityId>$Data/$Config/ManagedEntityId$$</ManagedEntityId>
<RuleId>$Config/RuleId$</RuleId>
</ConditionDetection>
<WriteAction ID="PerfWA" TypeID="Microsoft.SystemCenter.CM.AEM.Views.Internal.PerformanceDataWriter">
<UpdateLastSampledValue>true</UpdateLastSampledValue>
</WriteAction>
</MemberModules>
<Composition>
<Node ID="PerfWA">
<Node ID="PerfMapper">
<Node ID="Filter">
<Node ID="OleDbProbe"/>
</Node>
</Node>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>