Aerospike.Batch.Operate (Aerospike Driver v0.3.1)

Copy Markdown View Source

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

Summary

Types

t()

Batch operate entry with record operations for one key.

Types

t()

@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.