식 필터 조건 감지

System.NetworkManagement.ExpressionFilter (ConditionDetectionModuleType)

지정된 조건을 평가합니다.

Element properties:

TypeConditionDetectionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.BaseData

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
MatchCountint$Config/SuppressionSettings/MatchCount$일치하는 항목 수식이 참이 되기 위해 조건이 참이 되어야 하는 횟수입니다.
SampleCountint$Config/SuppressionSettings/SampleCount$샘플 수식을 샘플링하는 횟수입니다.

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>