Expression Filter Condition Detection

System.NetworkManagement.ExpressionFilter (ConditionDetectionModuleType)

Evaluates a specified condition

Element properties:

TypeConditionDetectionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.BaseData

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
MatchCountint$Config/SuppressionSettings/MatchCount$Match CountThe number of times that the condition must be true for the expression to be true
SampleCountint$Config/SuppressionSettings/SampleCount$Sample CountThe number of times to sample the expression

Source Code:

<ConditionDetectionModuleType ID="System.NetworkManagement.ExpressionFilter" Accessibility="Public" Stateful="false" PassThrough="true" Batching="true">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System.ExpressionEvaluatorSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Expression" type="ExpressionType"/>
<xsd:element name="SuppressionSettings">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="MatchCount" type="xsd:unsignedByte"/>
<xsd:element name="SampleCount" type="xsd:unsignedByte"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="MatchCount" ParameterType="int" Selector="$Config/SuppressionSettings/MatchCount$"/>
<OverrideableParameter ID="SampleCount" ParameterType="int" Selector="$Config/SuppressionSettings/SampleCount$"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Native>
<ClassID>C6410789-C1BB-4AF1-B818-D01A5367781D</ClassID>
</Native>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
<InputTypes>
<InputType>System!System.BaseData</InputType>
</InputTypes>
</ConditionDetectionModuleType>