Key and bin names used in batch commands where variables bins are needed for each key.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() | BatchRead(Key, Boolean) |
Initialize batch key and readAllBins indicator.
|
![]() | BatchRead(Key, String) |
Initialize batch key and bins to retrieve.
|
Methods
Name | Description | |
---|---|---|
![]() | ToString |
Convert BatchRecord to string.
(Overrides ObjectToString.) |
Fields
Name | Description | |
---|---|---|
![]() | binNames |
Bins to retrieve for this key.
|
![]() | key |
Key.
|
![]() | readAllBins |
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.
|
![]() | record |
Record result after batch command has completed. Will be null if record was not found.
|
See Also