Cloud Spanner Database Admin V1 API - Module Google::Cloud::Spanner::Admin::Database::V1::Database::State (v0.18.0)

Reference documentation and code samples for the Cloud Spanner Database Admin V1 API module Google::Cloud::Spanner::Admin::Database::V1::Database::State.

Indicates the current state of the database.

Constants

STATE_UNSPECIFIED

value: 0
Not specified.

CREATING

value: 1
The database is still being created. Operations on the database may fail with FAILED_PRECONDITION in this state.

READY

value: 2
The database is fully created and ready for use.

READY_OPTIMIZING

value: 3
The database is fully created and ready for use, but is still being optimized for performance and cannot handle full load.

In this state, the database still references the backup it was restore from, preventing the backup from being deleted. When optimizations are complete, the full performance of the database will be restored, and the database will transition to READY state.