NotificationType Enumeration
|
Represents a type of RavenDB notification
Namespace:
Ingeniux.CMS.RavenDB.Stats
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax public enum NotificationType
Public Enumeration NotificationType
public enum class NotificationType
Members
| Member name | Value | Description |
---|
| AlertRaised | 0 |
Represents the raising of a basic alert.
|
| ClusterTopologyChanged | 1 |
Represents a warning about a change in cluster topology.
|
| DatabaseChanged | 2 |
Represents a warning about a change in the database.
|
| DatabaseStatsChanged | 3 |
Represents a warning about a change in database stats.
|
| None | 4 |
Represents a generic notification.
|
| NotificationUpdated | 5 |
Represents an update to a notification.
|
| OperationChanged | 6 |
Represents a change to an operation.
|
| PerformanceHint | 7 |
Represents a hint about performance.
|
| RecentError | 8 |
Represents a message type about a recent error.
|
See Also