Click or drag to resize

QdbBatchInteger Class

Adds blob operations to a batch
Inheritance Hierarchy

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public sealed class QdbBatchInteger : QdbBatchEntry

The QdbBatchInteger type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a "Add" operation to the batch: "Atomically adds the given value to the current value."
Public methodGet
Adds a "Get" operation to the batch: "Read the value of the integer."
Public methodHasTag
Adds a "HasTag" operation to the batch: "Checks if the entry has the specified tag."
(Inherited from QdbBatchEntry.)
Public methodPut
Adds a "Put" operation to the batch: "Creates a new integer. Errors if the integer already exists."
Public methodUpdate
Adds a "Update" operation to the batch: "Updates an existing integer or creates one if it does not exist."
Top
See Also