Table of Contents

Enum AstraDatabaseStatus

Namespace
DataStax.AstraDB.DataApi.Core
Assembly
DataStax.AstraDB.DataApi.dll

The lifecycle status of an Astra database.

public enum AstraDatabaseStatus

Fields

ACTIVE = 0

The database is active and available.

ASSOCIATING = 1

The database is being associated with a resource.

DECOMMISSIONING = 3

The database is being decommissioned.

DEGRADED = 4

The database is degraded.

ERROR = 2

The database is in an error state.

HIBERNATED = 5

The database is hibernated.

HIBERNATING = 6

The database is in the process of hibernating.

INITIALIZING = 7

The database is being initialized.

MAINTENANCE = 8

The database is undergoing maintenance.

PARKED = 9

The database is parked (suspended).

PARKING = 10

The database is in the process of being parked.

PENDING = 11

The database is pending creation.

PREPARED = 12

The database is prepared and ready to be activated.

PREPARING = 13

The database is being prepared.

RESIZING = 14

The database is being resized.

RESUMING = 15

The database is resuming from a hibernated state.

SYNCHRONIZING = 20

The database is synchronizing.

TERMINATED = 16

The database has been terminated.

TERMINATING = 17

The database is in the process of being terminated.

UNKNOWN = 18

The database status is unknown.

UNPARKING = 19

The database is being unparked.