aerospike/batchType

Description:
  • Identifies batch record type with designated enumerated type

Source:

Identifies batch record type with designated enumerated type

Members

(static, constant) BATCH_APPLY :number

Description:
  • An instance of class Record that is used in a batch for applying record.

Source:

An instance of class Record that is used in a batch for applying record.

Type:
  • number

(static, constant) BATCH_READ :number

Description:
  • An instance of class Record that is used in a batch for read operations.

Source:

An instance of class Record that is used in a batch for read operations.

Type:
  • number

(static, constant) BATCH_REMOVE :number

Description:
  • An instance of class Record that is used in a batch for removal operations.

Source:

An instance of class Record that is used in a batch for removal operations.

Type:
  • number

(static, constant) BATCH_WRITE :number

Description:
  • An instance of class Record that is used in a batch for write operations.

Source:

An instance of class Record that is used in a batch for write operations.

Type:
  • number