Action Class
Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.
- Inheritance
-
azure.mgmt.servicebus._serialization.ModelAction
Constructor
Action(*, sql_expression: str | None = None, compatibility_level: int | None = None, requires_preprocessing: bool = True, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
sql_expression
|
SQL expression. e.g. MyProperty='ABC'. |
compatibility_level
|
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. Default value: True
|
Variables
Name | Description |
---|---|
sql_expression
|
SQL expression. e.g. MyProperty='ABC'. |
compatibility_level
|
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python