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

Batch operate entry built by `Aerospike.Batch.operate/2`.

# `t`

```elixir
@type t() :: %Aerospike.Batch.Operate{
  key: Aerospike.Key.t(),
  operations: [Aerospike.Op.t()],
  opts: Aerospike.batch_record_read_opts() | Aerospike.batch_record_write_opts()
}
```

Batch operate entry with record operations for one key.

---

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