Click or drag to resize

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
Syntax
C#
public enum ImportThresholdStatus
Members
  Member nameValueDescription
Ok0 No thresholds are exceeded
Suspended1 A threshold is exceeded and import for the sysstem is susspended
Accepted2 An exceeded threshold was accepted, and the data will be imported on next import
Rejected3 The threshold exceeding data was rejected, and new data will be staged on next import
See Also