Describes the current state of the table. See tableDDL.

Enumeration Members

Enumeration Members

ACTIVE: "ACTIVE"

The table is ready to be used. This is the steady state after creation or modification.

CREATING: "CREATING"

The table is being created and cannot yet be used.

DROPPED: "DROPPED"

The table has been dropped or does not exist.

DROPPING: "DROPPING"

The table is being dropped and cannot be used.

UPDATING: "UPDATING"

The table is being updated. It is available for normal use, but additional table modification operations are not permitted while the table is in this state.

Generated using TypeDoc