Enum NotificationCategory
Represents the category of server notifications surfaced by INotification.
Used in
conjunction with NotificationSeverity.
public enum NotificationCategory
- Extension Methods
Fields
Unknown = 0the INotification's category is a value unknown to this driver version.
Hint = 1The given hint cannot be satisfied.
Unrecognized = 2The query or command mentions entities that are unknown to the system.
Unsupported = 3The 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 = 4The query uses costly operations and might be slow.
Deprecation = 5The query/command use deprecated features that should be replaced.
Security = 6The result of the query or command indicates a potential security issue.
Topology = 7Information provided while executing database and server related commands.
Schema = 8Information provided while managing indexes and constraints.
Generic = 9Notification not covered by other categories.