Builder

class Builder

Properties

Link copied to clipboard
var elapsed: Int?

The running time of the query, in milliseconds.

Link copied to clipboard
var 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
var waited: Int?

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