new UpdateResult()
This object contains information about an executeUpdate process.
Properties:
| Name | Type | Description |
|---|---|---|
currentRowVersion |
Version | The current version of the row. |
previousRow |
Row | The previous row. |
previousRowVersion |
Version | The previous version of the row. |
wasDeleted |
bool | True if the row was deleted. |
expirationTime |
long | UTC expiration time of the previous row. |