Version |
DeleteResult.getExistingVersion() |
Returns the existing row Version if available.
|
Version |
PutResult.getExistingVersion() |
Returns the existing row Version if available.
|
Version |
WriteMultipleResult.OperationResult.getExistingVersion() |
Returns the existing row version associated with the key if
available.
|
Version |
DeleteRequest.getMatchVersion() |
Returns the Version used for a match on a conditional delete.
|
Version |
PutRequest.getMatchVersion() |
Returns the Version used for a match on a conditional put.
|
Version |
GetResult.getVersion() |
Returns the Version of the row if the operation was successful,
or null if the row does not exist.
|
Version |
PutResult.getVersion() |
Returns the Version of the new row if the operation was
successful.
|
Version |
WriteMultipleResult.OperationResult.getVersion() |
Returns the version of the new row for put operation, or null
if put operations did not succeed or the operation is delete
operation.
|