Table of Contents

Enum Category

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll
public enum Category
Extension Methods

Fields

Hint = 0

Receive notifications when a hint in query cannot be satisfied.

Unrecognized = 1

Receive notifications when a query or command mentions entities that are unknown to the system.

Unsupported = 2

Receive notifications when a query/command is trying to use features that are not supported by the current system or using features that are experimental and should not be used in production.

Performance = 3

Receive notifications when a query uses costly operations and might be slow.

Deprecation = 4

Receive notifications when a query/command use deprecated features that should be replaced.

Security = 5

Receive notifications when the result of the query or command indicates a potential security issue.

Topology = 6

Receive notifications related to managing databases and servers.

Schema = 7

Receive notifications related to managing indexes and constraints.

Generic = 8

Receive notifications not covered by other categories.