Aerospike LINDPad Driver

IATransaction..::..RecordState Method (Key)

Returns the TransactionRecordStates of a record's key. This is only valid when the State is Active.

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

Syntax


Parameters

key
Type: Key
The record's key used to see if it is part of this transaction

Return Value

Returns a Value Tuple: state (1st value) -- The TransactionRecordStates generation (2nd value) -- The record's generation, if it was read. Otherwise the value will be null.