Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class QueryPriority.
Types of priority for query execution in BigQuery.
Protobuf type google.cloud.dataform.v1beta1.InvocationConfig.QueryPriority
Namespace
Google \ Cloud \ Dataform \ V1beta1 \ InvocationConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
QUERY_PRIORITY_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum QUERY_PRIORITY_UNSPECIFIED = 0;
INTERACTIVE
Value: 1Query will be executed in BigQuery with interactive priority.
More information can be found at https://cloud.google.com/bigquery/docs/running-queries#queries.
Generated from protobuf enum INTERACTIVE = 1;
BATCH
Value: 2Query will be executed in BigQuery with batch priority.
More information can be found at https://cloud.google.com/bigquery/docs/running-queries#batchqueries.
Generated from protobuf enum BATCH = 2;