QuerySummary

Details of the query listed.

Types

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

Properties

Link copied to clipboard
val elapsed: Int?

The running time of the query, in milliseconds.

Link copied to clipboard
val id: String?

A string representation of the id of the query.

Link copied to clipboard

The actual query text. The queryString may be truncated if the actual query string is too long.

Link copied to clipboard

State of the query.

Link copied to clipboard
val waited: Int?

The amount of time, in milliseconds, the query has waited in the queue before being picked up by a worker thread.

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