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

Copy Markdown View Source

Batch record-UDF entry built by Aerospike.Batch.udf/4.

Summary

Types

t()

Batch record-UDF entry targeting one key.

Types

t()

@type t() :: %Aerospike.Batch.UDF{
  args: list(),
  function: String.t(),
  key: Aerospike.Key.t(),
  opts: Aerospike.batch_record_write_opts(),
  package: String.t()
}

Batch record-UDF entry targeting one key.