RuleProperties interface
Represents all the attributes of a rule.
Properties
action | The SQL like expression that can be executed on the message should the associated filter apply. |
filter | Defines the filter expression that the rule evaluates. For |
name | Name of the rule |
Property Details
action
The SQL like expression that can be executed on the message should the associated filter apply.
action: SqlRuleAction
Property Value
filter
Defines the filter expression that the rule evaluates. For SqlRuleFilter
input,
the expression string is interpreted as a SQL92 expression which must
evaluate to True or False. Only one between a CorrelationRuleFilter
or
a SqlRuleFilter
can be defined.
filter: CorrelationRuleFilter | SqlRuleFilter
Property Value
name
Name of the rule
name: string
Property Value
string