state property

String? state
getter/setter pair

The database's lifecycle state.

Read-only. Possible string values are:

  • "LIFECYCLE_STATE_UNSPECIFIED" : Unspecified state, likely the result of an error on the backend. This is only used for distinguishing unset values.
  • "ACTIVE" : The normal and active state.
  • "DISABLED" : The database is in a disabled state. It can be re-enabled later.
  • "DELETED" : The database is in a deleted state.

Implementation

core.String? state;