new ReturnChoice()
Specifies whether to return the row value, version, both or neither.
For best performance, it is important to choose only the properties that are
required. The store is optimized to avoid I/O when the requested properties
are in cache.
Properties:
Name | Type | Description |
---|---|---|
ALL |
Number | Return both the value and the version. |
NONE |
Number | Do not return the value or the version. |
VALUE |
Number | Return the value only. |
VERSION |
Number | Return the version only. |