SqlRuleFilter interface

Represents all possible fields on SqlRuleFilter

Properties

sqlExpression

SQL expression to use in the rule filter. It is evaluated against the messages' user-defined properties and system properties. All system properties will be prefixed with sys. in the condition expression. Defaults to creating a true filter if none specified

sqlParameters

SQL parameters to the SQL expression in the rule filter.

Property Details

sqlExpression

SQL expression to use in the rule filter. It is evaluated against the messages' user-defined properties and system properties. All system properties will be prefixed with sys. in the condition expression. Defaults to creating a true filter if none specified

sqlExpression: string

Property Value

string

sqlParameters

SQL parameters to the SQL expression in the rule filter.

sqlParameters?: {[key: string]: string | number | boolean}

Property Value

{[key: string]: string | number | boolean}