public enum InvocationConfig.Types.QueryPriorityReference documentation and code samples for the Dataform v1beta1 API enum InvocationConfig.Types.QueryPriority.
Types of priority for query execution in BigQuery.
Namespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Fields |
|
|---|---|
| Name | Description |
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. |
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. |
Unspecified |
Default value. This value is unused. |