The PutEvent type exposes the following members.
Properties
Name | Description | |
---|---|---|
HasOldTuple |
Return true if the tuple was inserted (did not overwrite an existing tuple) or false it it was updated (did overwrite an existing tuple)
| |
OldTuple |
Return the overwritten tuple if it existed before the put event
| |
SpaceName |
Return the space name the event belongs to
(Inherited from SpaceEvent.) | |
Tuple |
Return the modified Tuple due to the space operation such as put, take, lock, unlock or expire.
(Inherited from SpaceEvent.) | |
Type |
Return the event type that caused the callback.
(Inherited from SpaceEvent.) |