Sql Filter Response
data class SqlFilterResponse(val compatibilityLevel: Int? = null, val requiresPreprocessing: Boolean? = null, val sqlExpression: String? = null)
Represents a filter which is a composition of an expression and an action that is executed in the pub/sub pipeline.
Properties
Link copied to clipboard
This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.
Link copied to clipboard
Value that indicates whether the rule action requires preprocessing.
Link copied to clipboard
The SQL expression. e.g. MyProperty='ABC'