TopicRulePayload

Describes a rule.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actions associated with the rule.

Link copied to clipboard

The version of the SQL rules engine to use when evaluating the rule.

Link copied to clipboard

The description of the rule.

Link copied to clipboard

The action to take when an error occurs.

Link copied to clipboard

Specifies whether the rule is disabled.

Link copied to clipboard
val sql: String

The SQL statement used to query the topic. For more information, see IoT SQL Reference in the IoT Developer Guide.

Functions

Link copied to clipboard
inline fun copy(block: TopicRulePayload.Builder.() -> Unit = {}): TopicRulePayload
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String