Class TableState
Describes the current state of the table.
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public sealed class TableState : Enum
Fields
| Name | Description |
|---|---|
| Active | The table is ready to be used. This is the steady state after creation or modification. |
| Creating | The table is being created and cannot yet be used. |
| Dropped | The table has been dropped or does not exist. |
| Dropping | The table is being dropped and cannot be used. |
| 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. |
| value__ |