Struct aerospike::BatchRead [] [src]

pub struct BatchRead<'a> {
    pub key: Key,
    pub bins: &'a Bins,
    pub record: Option<Record>,
}

Key and bin names used in batch read commands where variable bins are needed for each key.

Fields

Key.

Bins to retrieve for this key.

Will contain the record after the batch read operation.

Methods

impl<'a> BatchRead<'a>
[src]

[src]

Create a new BatchRead instance for the given key and bin selector.