Class ReservationState
Inherited Members
Namespace: Pulumi.Gcp.BigQuery
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ReservationState : ResourceArgs
Constructors
View SourceReservationState()
Declaration
public ReservationState()
Properties
View SourceIgnoreIdleSlots
If false, any query using this reservation will use idle slots from other reservations within the same admin project. If true, a query using this reservation will execute with the slot capacity specified above at most.
Declaration
public Input<bool> IgnoreIdleSlots { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Location
The geographic location where the transfer config should reside. Examples: US, EU, asia-northeast1. The default value is US.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the reservation. This field must only contain alphanumeric characters or dash.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SlotCapacity
Minimum 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.
Declaration
public Input<int> SlotCapacity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |