Enum QuotaState
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the configuration state of the disk quota system on a specific drive.
public enum QuotaState
Fields
Disabled = 0
Quota management is not enabled on this volume.
Enforced = 2
Quotas are tracked and enforced on this volume.
Tracked = 1
Quotas are tracked but the limit value is not enforced and users may exceed their quota limit.
Unknown = 9
The state is currently unknown.