Click or drag to resize

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
Members
  Member nameValueDescription
AlertRaised0 Represents the raising of a basic alert.
ClusterTopologyChanged1 Represents a warning about a change in cluster topology.
DatabaseChanged2 Represents a warning about a change in the database.
DatabaseStatsChanged3 Represents a warning about a change in database stats.
None4 Represents a generic notification.
NotificationUpdated5 Represents an update to a notification.
OperationChanged6 Represents a change to an operation.
PerformanceHint7 Represents a hint about performance.
RecentError8 Represents a message type about a recent error.
See Also