Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ Specify the client agent name.
``notifications_min_severity``
------------------------------
Set the minimum severity for notifications the server should send to the client.
Disabling severities allows the server to skip analysis for those, which can speed up query execution.

Notifications are available via :attr:`.ResultSummary.notifications` and :attr:`.ResultSummary.summary_notifications`.

Expand All @@ -650,6 +651,7 @@ Notifications are available via :attr:`.ResultSummary.notifications` and :attr:`
``notifications_disabled_categories``
-------------------------------------
Set categories of notifications the server should not send to the client.
Disabling categories allows the server to skip analysis for those, which can speed up query execution.

Notifications are available via :attr:`.ResultSummary.notifications` and :attr:`.ResultSummary.summary_notifications`.

Expand Down Expand Up @@ -1053,6 +1055,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki/preview-features
``notifications_min_severity``
------------------------------
Set the minimum severity for notifications the server should send to the client.
Disabling severities allows the server to skip analysis for those, which can speed up query execution.

Notifications are available via :attr:`.ResultSummary.notifications` and :attr:`.ResultSummary.summary_notifications`.

Expand All @@ -1075,6 +1078,7 @@ Notifications are available via :attr:`.ResultSummary.notifications` and :attr:`
``notifications_disabled_categories``
-------------------------------------
Set categories of notifications the server should not send to the client.
Disabling categories allows the server to skip analysis for those, which can speed up query execution.

Notifications are available via :attr:`.ResultSummary.notifications` and :attr:`.ResultSummary.summary_notifications`.

Expand Down