Class: DeletePDU

DeletePDU

new DeletePDU(sequence, connectionID, clusterVersion, keyArg, optionsA) → {Kinetic}

Parameters:
Name Type Description
sequence number monotonically increasing number for each request in a TCP connection
connectionID number the connection ID received from the InitPDU
clusterVersion number the version of the cluster received from the InitPDU
keyArg Buffer key of the item to delete.
optionsA Object optional : {String} [options.synchronization = 'WRITEBACK'] - to specify if the data must be written to disk immediately, or can be written in the future. {boolean} [options.force = null] - optional setting force to true ignores potential version mismatches and carries out the operation. {Buffer} [options.dbVersion] - version of the item in the database.
Source:
Returns:
- message structure following the kinetic protocol
Type
Kinetic