jobReference property

JobReference? jobReference
getter/setter pair

Reference to the BigQuery Job that was created to run the query.

This field will be present even if the original request timed out, in which case GetQueryResults can be used to read the results once the query has completed. Since this API only returns the first page of results, subsequent pages can be fetched via the same mechanism (GetQueryResults).

Implementation

JobReference? jobReference;