ActionResponse

data class ActionResponse(val compatibilityLevel: Int? = null, val requiresPreprocessing: Boolean? = null, val sqlExpression: String? = null)

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

Constructors

Link copied to clipboard
constructor(compatibilityLevel: Int? = null, requiresPreprocessing: Boolean? = null, sqlExpression: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val compatibilityLevel: Int? = null

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
val sqlExpression: String? = null

SQL expression. e.g. MyProperty='ABC'