TopicRule

class TopicRule

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 date and time the rule was created.

Link copied to clipboard

The description of the rule.

Link copied to clipboard

The action to perform when an error occurs.

Link copied to clipboard

Specifies whether the rule is disabled.

Link copied to clipboard

The name of the rule.

Link copied to clipboard
val sql: String?

The SQL statement used to query the topic. When using a SQL query with multiple lines, be sure to escape the newline characters.

Functions

Link copied to clipboard
inline fun copy(block: TopicRule.Builder.() -> Unit = {}): TopicRule
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