Enum QueryDatabaseStates
Specifies the database state filter to apply when listing Astra DB databases.
public enum QueryDatabaseStates
Fields
active = 2Databases that are active and available.
all = 1All databases regardless of state.
error = 13Databases that are in an error state.
initializing = 6Databases that are initializing.
maintenance = 14Databases undergoing maintenance.
nonterminated = 0All databases that have not been terminated.
parked = 7Databases that have been parked (suspended to save resources).
parking = 8Databases in the process of being parked.
pending = 3Databases waiting to be provisioned.
prepared = 5Databases that have been prepared and are ready to activate.
preparing = 4Databases being prepared for use.
resizing = 12Databases being resized.
suspended = 15Databases that have been suspended.
suspending = 16Databases in the process of being suspended.
terminated = 11Databases that have been permanently terminated.
terminating = 10Databases in the process of being terminated.
unparking = 9Databases in the process of being unparked (resumed).