Home Reference Source
import NotificationFilter from 'neo4j-driver-core/lib/notification-filter.js'
public interface | source

NotificationFilter

The notification filter object which can be configured in the session and driver creation.

Values not defined are interpreted as default.

Member Summary

Public Members
public

Categories the user would like to opt-out of receiving.

public

The minimum level of all notifications to receive.

Public Members

public disabledCategories: NotificationFilterDisabledCategory[] source

Categories the user would like to opt-out of receiving.

public minimumSeverityLevel: NotificationFilterMinimumSeverityLevel source

The minimum level of all notifications to receive.