System.Performance.DeltaThresholdCondition (ConditionDetectionModuleType)

Element properties:

TypeConditionDetectionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.Performance.Data

Member Modules:

ID Module Type TypeId RunAs 
DeltaCondition ConditionDetection System.Performance.DeltaValueCondition Default
ThresholdCondition ConditionDetection System.Performance.SimpleThresholdCondition Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Thresholddouble$Config/Threshold$Threshold

Source Code:

<ConditionDetectionModuleType ID="System.Performance.DeltaThresholdCondition" Accessibility="Public" Stateful="true" PassThrough="false" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="NumSamples" type="xsd:unsignedInt"/>
<xsd:element name="Threshold" type="xsd:double"/>
<xsd:element name="Operator" type="CriteriaCompareType"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Threshold" ParameterType="double" Selector="$Config/Threshold$"/>
</OverrideableParameters>
<ModuleImplementation>
<Composite>
<MemberModules>
<ConditionDetection ID="DeltaCondition" TypeID="System.Performance.DeltaValueCondition">
<NumSamples>$Config/NumSamples$</NumSamples>
<Absolute>true</Absolute>
</ConditionDetection>
<ConditionDetection ID="ThresholdCondition" TypeID="System.Performance.SimpleThresholdCondition">
<Threshold>$Config/Threshold$</Threshold>
<Operator>$Config/Operator$</Operator>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="ThresholdCondition">
<Node ID="DeltaCondition"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System.Performance.Data</OutputType>
<InputTypes>
<InputType>System.Performance.Data</InputType>
</InputTypes>
</ConditionDetectionModuleType>