Condition Set Evaluation Result

A CS trace has the following fields

~<ConditionSetID>~<JoinType>~<NOT>~<ConditionCount>~~<Result>

A CS trace looks similar to the following:

~~CS~1~~ANDs~~1~~True(69)

Table 33-6 describes the fields in a Condition Set trace.

Table 33-6 Fields in a Condition Set Trace

Element

Description

<ConditionSetID>

The identifier assigned to the condition set. Rules can have multiple condition sets.

In this sample CS trace, this is 1, for the first and only condition set defined for the rule.

<JoinType>

Specifies how the condition results are combined, if there are multiple condition sets. Possible values include ANDs and ORs.

In this sample CS trace, this is ANDs.

<NOT>

The string NOT if the result was negated prior to reporting; otherwise the field has no value. This is the If Not option when creating a condition group.

In the sample CS trace, the condition group was not negated, therefore the field is not present.

<ConditionCount>

The number of conditions defined in the condition group.

In the sample CS trace, this element has the value of 1.

<Result>

A string followed by a number that specifies the result of the evaluation. See Policy Result Values.

In this sample, this is True (69), indicating that the condition evaluated to True.