The operation type for the object.
            
    Namespace: 
   InfigoSDK- Minimum Show the record set with the minimal data in the specified column.
- Maximum Show the record set with the maximal data in the specified column.
- None Use the NumberOfRecords information to specify the maximal number of preview records to show.
Assembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public enum InfigoBatchPreviewType | 
| Visual Basic (Declaration) | 
|---|
| Public Enumeration InfigoBatchPreviewType | 
| Visual C++ | 
|---|
| public enum class InfigoBatchPreviewType | 
 Members
Members
| Member name | Description | |
|---|---|---|
| Minimum | 
            The minimum input data operation mode.
             | |
| Maximum | 
            The maximum input data operation mode.
             | |
| None | 
            Maximum number of input records operation mode.
             | 





