queryPriority property
Specifies the priority for query execution in BigQuery.
More information can be found at https://cloud.google.com/bigquery/docs/running-queries#queries.
Optional. Possible string values are:
- "QUERY_PRIORITY_UNSPECIFIED" : Default value. This value is unused.
- "INTERACTIVE" : Query will be executed in BigQuery with interactive priority. More information can be found at https://cloud.google.com/bigquery/docs/running-queries#queries.
- "BATCH" : Query will be executed in BigQuery with batch priority. More information can be found at https://cloud.google.com/bigquery/docs/running-queries#batchqueries.
Implementation
core.String? queryPriority;