Database Reference
In-Depth Information
Table 7.2 JobConfigurationQuery Request Fields
Field Type Description
allowLargeResults boolean Whether the results of the query can be
larger than 128 MB. (The default is
False .)
createDisposition btring A create disposition value
( CREATE_NEVER or
CREATE_IF_NEEDED ) describing
under which conditions to create the
output table. (Note that
CREATE_NEVER doesn't mean that the
query won't write its output to a table;
it means that the destination table
must already exist.)
defaultDataset object DatasetReference to use to qualify
table names in the query text that don't
have a dataset or project specified.
Note you can specify only the
projectId , only the datasetId , or
both.
destinationTable object TableReference of the table where
destination results will be written. If
not specified, a unique temporary table
will be created by BigQuery.
string The priority of the query. The default
and highest priority is INTERACTIVE .
Alternatively, specify BATCH priority to
run your query in the batch queue.
priority
string Query string, in BigQuery SQL format
query
boolean Whether the query is allowed to get
results from the query cache. The
default is True . Set this to False if
you want to rerun the query even if it is
already cached.
useQueryCache
 
Search WWH ::




Custom Search