class documentation
class NotificationType(Enum): (source)
NotificationType represents the type of the notification event.
Constant | KEY |
A record that didn't exist was created. |
Constant | KEY |
A record was deleted. |
Constant | KEY |
An existing record was modified. |
Constant | KEY |
A range of keys was deleted. |