@oxia-db/client - v0.1.0
    Preparing search index...

    Variable NotificationTypeConst

    NotificationType: {
        KEY_CREATED: 0;
        KEY_MODIFIED: 1;
        KEY_DELETED: 2;
        KEY_RANGE_DELETED: 3;
    } = ...

    Kind of change a Notification represents.

    Type Declaration

    • ReadonlyKEY_CREATED: 0

      A record that did not exist before was created.

    • ReadonlyKEY_MODIFIED: 1

      An existing record's value was updated.

    • ReadonlyKEY_DELETED: 2

      A record was deleted.

    • ReadonlyKEY_RANGE_DELETED: 3

      A range of keys was deleted via OxiaClient.deleteRange.