Click or drag to resize

LowMemorySeverity Enumeration


Represents the severity level of a low-memory warning.

Namespace:  Ingeniux.CMS.RavenDB.Stats
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public enum LowMemorySeverity
Members
  Member nameValueDescription
None0 Memory is not low.
Low1 Memory is low.
ExtremelyLow2 Memory is extremely low.
See Also