Database Reference
In-Depth Information
Table 7.1 Jobs.query() Response Fields
Field Type Description
cacheHit boolean Whether the query results were
found in the cache. When true,
the query did not actually need
to run (and you weren't
charged).
jobComplete boolean Whether the job is actually
finished. If this is False or
absent, there was a timeout, and
you need to call
Jobs.getQueryResults() to
wait for and fetch the results.
jobReference object JobReference describing the
query job. You can use this to
look up the job information with
Jobs.get() or look up query
results via
Jobs.getQueryResults() .
jobReference.projectId string ID of the project in which you
ran the job. This is the project
that will get billed for query
processing.
string A job ID that was generated by
BigQuery
jobReference.jobId
string An opaque value that you can
use to fetch subsequent pages of
results. This will be present only
if there are more results to
return.
pageToken
TableRow list of results in f / v
format. (See the
TableData.list() API
description in Chapter 5 for
rows
object
array
 
Search WWH ::




Custom Search