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.
Unrecognized = 1Receive notifications when a query or command mentions entities that are unknown to the system.
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.
Performance = 3Receive notifications when a query uses costly operations and might be slow.
Deprecation = 4Receive notifications when a query/command use deprecated features that should be replaced.
Security = 5Receive notifications when the result of the query or command indicates a potential security issue.
Topology = 6Receive notifications related to managing databases and servers.
Schema = 7Receive notifications related to managing indexes and constraints.
Generic = 8Receive notifications not covered by other categories.