DataONTAP.Cluster.Reporting.Performance.FilterToOneCounter.CD (ConditionDetectionModuleType)

Element properties:

TypeConditionDetectionModuleType
IsolationAny
AccessibilityInternal
RunAsDataONTAP.SecureReference.RunAsProfile
OutputTypeSystem.Performance.Data

Member Modules:

ID Module Type TypeId RunAs 
SystemExpressionFilterToOneCounter ConditionDetection System.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelector
CounterNamestring$Config/CounterName$
ObjectNamestring$Config/ObjectName$

Source Code:

<ConditionDetectionModuleType ID="DataONTAP.Cluster.Reporting.Performance.FilterToOneCounter.CD" Accessibility="Internal" Batching="false" Stateful="false" PassThrough="false" RunAs="DS!DataONTAP.SecureReference.RunAsProfile">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="CounterName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ObjectName" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="CounterName" Selector="$Config/CounterName$" ParameterType="string"/>
<OverrideableParameter ID="ObjectName" Selector="$Config/ObjectName$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ConditionDetection ID="SystemExpressionFilterToOneCounter" TypeID="SystemLibrary!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">CounterName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Config/CounterName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">ObjectName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Config/ObjectName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="SystemExpressionFilterToOneCounter"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>SystemPerformanceLibrary!System.Performance.Data</OutputType>
<InputTypes>
<InputType>SystemPerformanceLibrary!System.Performance.Data</InputType>
</InputTypes>
</ConditionDetectionModuleType>