Action Class

Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.

Constructor

Action()

Variables

Name Description
sql_expression
str

SQL expression. e.g. MyProperty='ABC'.

compatibility_level
int

This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.

requires_preprocessing

Value that indicates whether the rule action requires preprocessing.

Attributes

compatibilityLevel

This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.

compatibilityLevel: int

requiresPreprocessing

Value that indicates whether the rule action requires preprocessing.

requiresPreprocessing: bool

sqlExpression

SQL expression. e.g. MyProperty='ABC'.

sqlExpression: str