Builder

class Builder

Properties

Link copied to clipboard

The column data types of the returned result set.

Link copied to clipboard

A pagination token that can be used again on a Query call to get the next set of results.

Link copied to clipboard

A unique ID for the given query.

Link copied to clipboard

Encapsulates QueryInsights containing insights and metrics related to the query that you executed.

Link copied to clipboard

Information about the status of the query, including progress and bytes scanned.

Link copied to clipboard
var rows: List<Row>?

The result set rows returned by the query.