ResultSet MembersAerospike

The ResultSet type exposes the following members.
Constructors

  NameDescription
Public methodResultSet
Initialize record set with underlying producer/consumer queue.
Back to Top
Methods

  NameDescription
Public methodClose
Cancel query.
Public methodNext
Retrieve next record. Returns true if record exists and false if no more records are available. This method will block until a record is retrieved or the query is cancelled.
Public methodPut
Put object on the queue.
Back to Top
Properties

  NameDescription
Public propertyObject
Get record's header and bin data.
Back to Top
See Also