|    | ImportThresholdStatus Enumeration | 
 
            enum with the import threshold status
            
 
    Namespace: 
   Omada.OE.Model.DataImport
    Assembly:
   Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic enum ImportThresholdStatus
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Ok | 0 | 
            No thresholds are exceeded
             | 
 | Suspended | 1 | 
            A threshold is exceeded and import for the sysstem is susspended
             | 
 | Accepted | 2 | 
            An exceeded threshold was accepted, and the data will be imported on next import
             | 
 | Rejected | 3 | 
            The threshold exceeding data was rejected, and new data will be staged on next import
             | 
See Also