INotification Interface |
Namespace: Neo4j.Driver
The INotification type exposes the following members.
Name | Description | |
---|---|---|
![]() | Category | Gets the parsed RawCategory of the INotification instance. |
![]() | Code | Gets the notification code of the INotification instance. |
![]() | Description | Gets the full description of the INotification instance. |
![]() | Position |
Gets the position in the query where the INotification instance points to. Not all notifications
have a unique position to point to and in that case the position would be set to all 0s.
|
![]() | RawCategory | Gets the unparsed string value for Category of the INotification instance. |
![]() | RawSeverityLevel | Gets the unparsed string value for SeverityLevel of the INotification instance. |
![]() | Severity | Obsolete. Gets the severity level of the INotification instance. |
![]() | SeverityLevel | Gets the parses RawSeverityLevel of the INotification instance. |
![]() | Title | Gets the condensed summary of the INotification instance. |