Click or drag to resize

INotification Interface

Representation for notifications found when executing a query. A notification can be visualized in a client pinpointing problems or other information about the query.

Namespace:  Neo4j.Driver
Assembly:  Neo4j.Driver (in Neo4j.Driver.dll) Version: 5.0
Syntax
public interface INotification

The INotification type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Gets the parsed RawCategory of the INotification instance.
Public propertyCode
Gets the notification code of the INotification instance.
Public propertyDescription
Gets the full description of the INotification instance.
Public propertyPosition
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.
Public propertyRawCategory
Gets the unparsed string value for Category of the INotification instance.
Public propertyRawSeverityLevel
Gets the unparsed string value for SeverityLevel of the INotification instance.
Public propertySeverity Obsolete.
Gets the severity level of the INotification instance.
Public propertySeverityLevel
Gets the parses RawSeverityLevel of the INotification instance.
Public propertyTitle
Gets the condensed summary of the INotification instance.
Top
See Also