Enum Category
Used In conjunction with Severity to filter which INotifications will be sent in
Notifications.
Can be used in WithNotifications(Severity?, Category[], Classification[]) and
WithNotifications(Severity?, Category[], Classification[]).
public enum Category
- Extension Methods
Fields
Hint = 0Receive notifications when a hint in query cannot be satisfied.
Returned as Hint
Unrecognized = 1Receive notifications when a query or command mentions entities that are unknown to the system.
Returned as Unrecognized
Unsupported = 2Receive 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.
Returned as Unsupported
Performance = 3Receive notifications when a query uses costly operations and might be slow.
Returned as Performance
Deprecation = 4Receive notifications when a query/command use deprecated features that should be replaced.
Returned as Deprecation
Security = 5Receive notifications when the result of the query or command indicates a potential security issue.
Returned as Security
Topology = 6Receive notifications related to managing databases and servers.
Returned as Topology
Schema = 7Receive notifications related to managing indexes and constraints.
Returned as Schema
Generic = 8Receive notifications not covered by other categories.
Returned as Generic