Touchstone 11.0 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
Fifty Indicates that Touchstone® should stop a data import once 50 record import errors have occurred (50).
FiveHundred Indicates that Touchstone® should stop a data import once 500 record import errors have occurred (500).
None Indicates that Touchstone® should continue a data import, regardless of the number of record import errors that occur (0).
OneHundred Indicates that Touchstone® should stop a data import once 100 record import errors have occurred (100).
TenThousand Indicates that Touchstone® should stop a data import once 10000 record import errors have occurred (10000).
TwentyFiveHundred Indicates that Touchstone® should stop a data import once 2500 record import errors have occurred (2500).
TwoHundredFifty Indicates 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