Enum QueryJobConfiguration.Priority (2.51.0) (original) (raw)

Enum QueryJobConfiguration.Priority (2.51.0)

public enum QueryJobConfiguration.Priority extends Enum<QueryJobConfiguration.Priority>

Priority levels for a query. If not specified the priority is assumed to be Priority#INTERACTIVE.

Inherited Members

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()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-06-12 UTC.