The BatchRead type exposes the following members.
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