Batch put entry built by Aerospike.Batch.put/2.
Summary
Types
@type t() :: %Aerospike.Batch.Put{ bins: Aerospike.Record.bins_input(), key: Aerospike.Key.t(), opts: Aerospike.batch_record_write_opts() }
Batch put entry with bins to write for one key.