Optional
binsList of bins to retrieve.
A key uniquely identifies a record in the Aerospike database within a given namespace.
Optional
opsList of operations
Optional
policyThe Batch Policy to use for this command.
Optional
readWhether to retrieve all bins or
just the meta data of the record. If true, ignore bins
and read
all bins; if false and bins
is specified, read specified bins;
if false and bins
is not specified, read only record meta data
(generation, expiration, etc.)
Interface used for creating BatchRead record objects.