Aerospike LINDPad Driver

IATransaction Methods

The IATransaction type exposes the following members.

Methods


  Name Description
Public method Abort
Abort and rollback the given multi-record transaction.

Requires server version 8.0+

Public method Commit
Attempt to commit the given multi-record transaction. First, the expected record versions are sent to the server nodes for verification.If all nodes return success, the command is committed. Otherwise, the transaction is retried based on CommitRetries.

Requires server version 8.0+

Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RecordState(Key)
Returns the TransactionRecordStates of a record's key. This is only valid when the State is Active.
Public method RecordState(APrimaryKey)
Returns the TransactionRecordStates of a record's key. This is only valid when the State is Active.
Public method RecordState(ARecord)
Returns the TransactionRecordStates of a record's key. This is only valid when the State is Active.
Public method ToString (Inherited from Object.)