Table of Contents

Enum QueryDatabaseStates

Namespace
DataStax.AstraDB.DataApi.Admin
Assembly
DataStax.AstraDB.DataApi.dll

Specifies the database state filter to apply when listing Astra DB databases.

public enum QueryDatabaseStates

Fields

active = 2

Databases that are active and available.

all = 1

All databases regardless of state.

error = 13

Databases that are in an error state.

initializing = 6

Databases that are initializing.

maintenance = 14

Databases undergoing maintenance.

nonterminated = 0

All databases that have not been terminated.

parked = 7

Databases that have been parked (suspended to save resources).

parking = 8

Databases in the process of being parked.

pending = 3

Databases waiting to be provisioned.

prepared = 5

Databases that have been prepared and are ready to activate.

preparing = 4

Databases being prepared for use.

resizing = 12

Databases being resized.

suspended = 15

Databases that have been suspended.

suspending = 16

Databases in the process of being suspended.

terminated = 11

Databases that have been permanently terminated.

terminating = 10

Databases in the process of being terminated.

unparking = 9

Databases in the process of being unparked (resumed).