QdbBatchBlob Class |
Namespace: Quasardb
The QdbBatchBlob type exposes the following members.
Name | Description | |
---|---|---|
CompareAndSwap |
Adds a "compareAndSwap" operation to the batch: "Atomically compares the content of the blob and replaces it, if it matches."
| |
Get |
Adds a "get" operation to the batch: "Read the content of the blob."
| |
GetAndUpdate |
Adds a "getAndUpdate" operation to the batch: "Atomically reads and replaces (in this order) the content of blob."
| |
HasTag |
Adds a "HasTag" operation to the batch: "Checks if the entry has the specified tag."
(Inherited from QdbBatchEntry.) | |
Put |
Adds a "Put" operation to the batch: "Create a new blob with the specified content. Fails if the blob already exists."
| |
Update |
Adds an "update" operation to the batch: "Replaces the content of the blob."
|