BigQuery Reservation v1 API - Enum CapacityCommitment.Types.State (2.4.0)

public enum CapacityCommitment.Types.State

Reference documentation and code samples for the BigQuery Reservation v1 API enum CapacityCommitment.Types.State.

Capacity commitment can either become ACTIVE right away or transition from PENDING to ACTIVE or FAILED.

Namespace

Google.Cloud.BigQuery.Reservation.V1

Assembly

Google.Cloud.BigQuery.Reservation.V1.dll

Fields

NameDescription
Active

Once slots are provisioned, capacity commitment becomes active. slot_count is added to the project's slot_capacity.

Failed

Capacity commitment is failed to be activated by the backend.

Pending

Capacity commitment is pending provisioning. Pending capacity commitment does not contribute to the project's slot_capacity.

Unspecified

Invalid state value.