| 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
)
Public Function Update (
content As Byte(),
Optional expiryTime As DateTime? = Nothing
) As IQdbFuture
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:
IQdbFutureA future that will contain the result of the operation after the batch is run.
See Also