TriggerHistoryRecord

A record of a scheduled query execution, including execution status, timestamp, and destination processing results.

Types

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

Properties

Link copied to clipboard

Information about destination processing for this query execution.

Link copied to clipboard

Error message if the query execution failed.

Link copied to clipboard

The execution status of the scheduled query run.

Link copied to clipboard

The unique identifier for this query execution.

Link copied to clipboard

The timestamp when the scheduled query execution was triggered.

Functions

Link copied to clipboard
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