class documentation
class Notification: (source)
Notification represents one change in the Oxia database.
Method | __str__ |
Undocumented |
Method | key |
The Key of the record to which the notification is referring |
Method | key |
In case of a KeyRangeRangeDeleted notification, this would represent the end (excluded) of the range of keys |
Method | notification |
The type of the modification |
Method | version |
The current VersionId of the record, or -1 for a KeyDeleted event |