SqlFilter Class

Represents a filter which is a composition of an expression and an action that is executed in the pub/sub pipeline.

Inheritance
azure.mgmt.servicebus._serialization.Model
SqlFilter

Constructor

SqlFilter(*, sql_expression: str | None = None, compatibility_level: int = 20, requires_preprocessing: bool = True, **kwargs: Any)

Keyword-Only Parameters

Name Description
sql_expression
str

The 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.

Default value: 20
requires_preprocessing

Value that indicates whether the rule action requires preprocessing.

Default value: True

Variables

Name Description
sql_expression
str

The 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.