# `Aerospike.Batch.Read`
[🔗](https://github.com/luisgabrielroldan/aerospike_driver/blob/v0.3.1/lib/aerospike/batch.ex#L18)

Batch read entry built by `Aerospike.Batch.read/1`.

# `t`

```elixir
@type t() :: %Aerospike.Batch.Read{
  key: Aerospike.Key.t(),
  opts: Aerospike.batch_record_read_opts()
}
```

Batch read entry targeting one key.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
