Touchstone Re 2023 API Reference
FailureThreshold Enumeration


Air.Services.Proxy Assembly > AIR.Services.DataImport.Data Namespace : FailureThreshold Enumeration
Defines a series of failure thresholds that indicate the number of record import failures that can occur before Touchstone® stops an import process.
Syntax
Public Enum FailureThreshold 
   Inherits System.Enum
Dim instance As FailureThreshold
public enum FailureThreshold : System.Enum 
Members
MemberDescription
FiftyIndicates that Touchstone® should stop a data import once 50 record import errors have occurred (50).
FiveHundredIndicates that Touchstone® should stop a data import once 500 record import errors have occurred (500).
NoneIndicates that Touchstone® should continue a data import, regardless of the number of record import errors that occur (0).
OneHundredIndicates that Touchstone® should stop a data import once 100 record import errors have occurred (100).
TenThousandIndicates that Touchstone® should stop a data import once 10000 record import errors have occurred (10000).
TwentyFiveHundredIndicates that Touchstone® should stop a data import once 2500 record import errors have occurred (2500).
TwoHundredFiftyIndicates that Touchstone® should stop a data import once 250 record import errors have occurred (250).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.DataImport.Data.FailureThreshold

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AIR.Services.DataImport.Data Namespace