Query

class Query

A SQL string of criteria about events that you want to collect in an event data store.

Types

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

Properties

Link copied to clipboard

The creation time of a query.

Link copied to clipboard

The ID of a query.

Link copied to clipboard

The status of the query. This can be QUEUED, RUNNING, FINISHED, FAILED, TIMED_OUT, or CANCELLED.

Functions

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