Batch operate entry built by Aerospike.Batch.operate/2.
Summary
Types
@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.