Enum QuotaEntryStatus
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the status of a disk quota entry at the time of a scan.
public enum QuotaEntryStatus
Fields
Exceeded = 2
The quota has been exceeded.
OK = 0
The status is OK.
Unknown = 9
The status is unknown.
Warning = 1
The status is a warning.