BatchRead Fields

Aerospike

The BatchRead type exposes the following members.

Fields

  NameDescription
Public fieldbinNames
Bins to retrieve for this key.
Public fieldkey
Key.
Public fieldreadAllBins
If true, ignore binNames and read all bins. If false and binNames are set, read specified binNames. If false and binNames are not set, read record header (generation, expiration) only.
Public fieldrecord
Record result after batch command has completed. Will be null if record was not found.
Top
See Also

Reference