Resource: Reservation
A reservation is a mechanism used to guarantee slots to users.
JSON representation |
---|
{ "name": string, "slotCapacity": string, "ignoreIdleSlots": boolean, "autoscale": { object ( |
Fields | |
---|---|
name |
The resource name of the reservation, e.g., |
slotCapacity |
Baseline slots available to this reservation. A slot is a unit of computational power in BigQuery, and serves as the unit of parallelism. Queries using this reservation might use more slots during runtime if ignoreIdleSlots is set to false, or autoscaling is enabled. If edition is EDITION_UNSPECIFIED and total slotCapacity of the reservation and its siblings exceeds the total slotCount of all capacity commitments, the request will fail with If edition is any value but EDITION_UNSPECIFIED, then the above requirement is not needed. The |