Click or drag to resize

QdbBatchBlob 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 QdbBatchBlob : QdbBatchEntry

The QdbBatchBlob type exposes the following members.

Methods
  NameDescription
Public methodCompareAndSwap
Adds a "compareAndSwap" operation to the batch: "Atomically compares the content of the blob and replaces it, if it matches."
Public methodGet
Adds a "get" operation to the batch: "Read the content of the blob."
Public methodGetAndUpdate
Adds a "getAndUpdate" operation to the batch: "Atomically reads and replaces (in this order) the content of blob."
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: "Create a new blob with the specified content. Fails if the blob already exists."
Public methodUpdate
Adds an "update" operation to the batch: "Replaces the content of the blob."
Top
See Also