Aerospike LINDPad Driver

AerospikeConnection Methods

The AerospikeConnection 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 BeginTransaction()()()()
Public method BeginTransaction(IsolationLevel)
Public method ChangeDatabase
Public method Close
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 aborted.

Requires server version 8.0+

Public method CreateCommand
Public method Static member CXInfoEquals
Public method Dispose()()()()
Public method Equals(Object)
Public method Equals(AerospikeConnection)
Protected method Finalize (Inherited from Object.)
Public method GetConnectionCloud
Public method GetConnectionNative
Public method GetDBInfo
Returns the LINQPad's internal structure by querying the DB is required. The returned instances can be used to obtain meta data about the DB and even the ability to generate code. You can, also, use the instance to obtain schema information about namespaces, sets, bins, UDF, etc. Note: this will update this instance with the returned information.
Public method GetHashCode
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ObtainMetaData
Obtains the meta data from the DB including namespaces, sets, bins, and other DB information.
Public method Open
Public method ToString