Ruleproperties Class

Description of Rule Resource.

Constructor

Ruleproperties()

Variables

Name Description
action
<xref:<xref:"Action">>

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

filter_type
Union[str, <xref:"FilterType">]

Filter type that is evaluated against a BrokeredMessage. Known values are: "SqlFilter" and "CorrelationFilter".

sql_filter
<xref:<xref:"SqlFilter">>

Properties of sqlFilter.

correlation_filter
<xref:<xref:"CorrelationFilter">>

Properties of correlationFilter.

Attributes

action

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

action: Action

correlationFilter

Properties of correlationFilter.

correlationFilter: CorrelationFilter

filterType

"SqlFilter" and "CorrelationFilter".

filterType: str | FilterType

sqlFilter

Properties of sqlFilter.

sqlFilter: SqlFilter