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

Copy Markdown View Source

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

Summary

Types

t()

Batch read entry targeting one key.

Types

t()

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

Batch read entry targeting one key.