Table of Contents

Interface INotification

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

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

public interface INotification
Extension Methods

Properties

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

Gets the severity level of the INotification instance.

SeverityLevel

Gets the parsed RawSeverityLevel of the INotification instance.

Title

Gets the condensed summary of the INotification instance.