This is a preview API, This API may change between minor revisions.
Represents the classification of server notifications surfaced by IGqlStatusObject.
Used in conjunction with NotificationSeverity.
public enum NotificationClassification
Unknown = 0
the IGqlStatusObject's classification is a value unknown to this driver version.
Hint = 1
The given hint cannot be satisfied.
Unrecognized = 2
The query or command mentions entities that are unknown to the system.
Unsupported = 3
The 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 = 4
The query uses costly operations and might be slow.
Deprecation = 5
The query/command use deprecated features that should be replaced.
Security = 6
The result of the query or command indicates a potential security issue.
Topology = 7
Topology notifications provide additional information related to managing databases and servers.
Schema = 8
Schema notifications provide additional information related to managing indexes and constraints.
Generic = 9
Notification not covered by other categories.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4