Aerospike LINDPad Driver

TransactionRecordStates Enumeration

Transaction State of a Record when it is part of an Aerospike Multiple Record Transaction (MRT)

Namespace:  Aerospike.Database.LINQPadDriver.Extensions
Assembly:  Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)

Syntax


[FlagsAttribute]
public enum TransactionRecordStates

Members


Member nameDescription
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