Class Bin

In the Aerospike database, each record (similar to a row in a relational database) stores data using one or more bins (like columns in a relational database). The major difference between bins and RDBMS columns is that you don't need to define a schema. Each record can have multiple bins. Bins accept the data types listed https://docs.aerospike.com/apidocs/nodejs/#toc4__anchor|here.

For information about these data types and how bins support them, see https://docs.aerospike.com/server/guide/data-types/scalar-data-types|this.

Although the bin for a given record or object must be typed, bins in different rows do not have to be the same type. There are some internal performance optimizations for single-bin namespaces.

Constructors

Properties

Constructors

Properties

name: string

Bin name.

Bin name.

MMNEPVFCICPMFPCPTTAAATR