Interface BatchWriteRecord

Interface used for creating BatchWrite record objects.

interface BatchWriteRecord {
    bins?: string[];
    key: Key;
    ops?: Operation[];
    policy?: BatchWritePolicyOptions;
    readAllBins?: boolean;
    type: batchType;
}

Properties

bins?: string[]

List of bins to retrieve.

key: Key

A key uniquely identifies a record in the Aerospike database within a given namespace.

ops?: Operation[]

List of operations

The Batch Policy to use for this command.

readAllBins?: boolean

Whether to retrieve all bins or just the meta data of the record. If true, ignore bins and read all bins; if false and bins is specified, read specified bins; if false and bins is not specified, read only record meta data (generation, expiration, etc.)

type: batchType

Type of batched command

MMNEPVFCICPMFPCPTTAAATR