Click or drag to resize

QdbBatchBlobUpdate Method

Adds an "update" operation to the batch: "Replaces the content of the blob."

Namespace:  Quasardb
Assembly:  Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax
public IQdbFuture Update(
	byte[] content,
	DateTime? expiryTime = null
)

Parameters

content
Type: SystemByte
The content of the blob to be set.
expiryTime (Optional)
Type: SystemNullableDateTime
The new expiry time of the blob.

Return Value

Type: IQdbFuture
A future that will contain the result of the operation after the batch is run.
See Also