TransactionRecordStates Enumeration
Transaction State of a Record when it is part of an Aerospike Multiple Record Transaction (MRT)
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Members
Member name | Description | |
---|---|---|
NA | The record was NOT part of an Aerospike Multiple Record Transaction (MRT) | |
Read | The record was read from an Aerospike Multiple Record Transaction (MRT) | |
Update | The record was updated (delete, put, etc.) and is pending a commit or abort for an Aerospike Multiple Record Transaction (MRT) | |
MRT | The record is part of an Aerospike Multiple Record Transaction (MRT) Can be either a Read or Update |