Enum AttemptStates
The various states of a transaction attempt.
Namespace: Couchbase.Integrated.Transactions.Support
Assembly: Couchbase.NetClient.dll
Syntax
public enum AttemptStates
Fields
Name | Description |
---|---|
ABORTED | The transaction has been aborted. |
COMMITTED | The transaction has been completed. |
COMPLETED | The transaction has been completed and the metadata cleaned up. |
NOTHING_WRITTEN | Nothing has been written yet. |
PENDING | Mutations are pending. |
ROLLED_BACK | The transaction was rolled back. |
UNKNOWN | The transaction is in an unknown state. |