QuerySummary

Contains summary information about a query.

Types

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

Properties

Link copied to clipboard

The date and time when the query reached a terminal state, in Unix epoch time.

Link copied to clipboard

The unique identifier for the query execution.

Link copied to clipboard

The current query status.

Link copied to clipboard

The date and time when the query was submitted, in Unix epoch time.

Functions

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