BatchRead Class

Aerospike
Key and bin names used in batch commands where variables bins are needed for each key.
Inheritance Hierarchy

SystemObject
  Aerospike.ClientBatchRead

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 3.9.16.1 (3.9.16.1)
Syntax

C#
public sealed class BatchRead

The BatchRead type exposes the following members.

Constructors

  NameDescription
Public methodBatchRead(Key, Boolean)
Initialize batch key and readAllBins indicator.
Public methodBatchRead(Key, String)
Initialize batch key and bins to retrieve.
Top
Methods

  NameDescription
Public methodToString
Convert BatchRecord to string.
(Overrides ObjectToString.)
Top
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