class documentation
class Notification: (source)
A single change event in the Oxia database.
| Method | __str__ |
Undocumented |
| Method | key |
The key of the record that was changed. |
| Method | key |
For a KEY_RANGE_DELETED notification, the end (exclusive) of the deleted key range. ``None`` for other notification types. |
| Method | notification |
The type of the modification. |
| Method | version |
The current version ID of the record, or ``0`` for a delete event. |
For a KEY_RANGE_DELETED notification, the end (exclusive) of the deleted key range. ``None`` for other notification types.