globalTableStatus property

GlobalTableStatus? globalTableStatus
final

The current state of the global table:

  • CREATING - The global table is being created.
  • UPDATING - The global table is being updated.
  • DELETING - The global table is being deleted.
  • ACTIVE - The global table is ready for use.

Implementation

final GlobalTableStatus? globalTableStatus;