public enum QueryJobConfiguration.Priority extends Enum<QueryJobConfiguration.Priority>
Priority levels for a query. If not specified the priority is assumed to be Priority#INTERACTIVE.
Static Fields |
|
---|---|
Name | Description |
BATCH |
Query is queued and started as soon as idle resources are available, usually within a few minutes. If the query hasn't started within 3 hours, its priority is changed to Priority#INTERACTIVE. |
INTERACTIVE |
Query is executed as soon as possible and count towards the concurrent rate limit and the daily rate limit. |
Static Methods |
|
---|---|
Name | Description |
valueOf(String name) |
|
values() |