Class AdminState
On-premise only. Represents the state of the operation performed by
ExecuteAdminAsync
or
ExecuteAdminWithCompletionAsync.
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public sealed class AdminState : Enum
Fields
| Name | Description |
|---|---|
| Complete | Operation is complete and successful. |
| InProgress | Operation is in progress. |
| value__ |