State

class borneo.State[source]

Bases: object

Represents the table state.

Attributes Summary

ACTIVE Represents the table is active.
CREATING Represents the table is creating.
DROPPED Represents the table is dropped.
DROPPING Represents the table is dropping.
UPDATING Represents the table is updating.

Attributes Documentation

ACTIVE = 'ACTIVE'

Represents the table is active.

CREATING = 'CREATING'

Represents the table is creating.

DROPPED = 'DROPPED'

Represents the table is dropped.

DROPPING = 'DROPPING'

Represents the table is dropping.

UPDATING = 'UPDATING'

Represents the table is updating.