DoReloadExParams Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Inheritance
- 
      System.Object
      
- DoReloadExParams
 
 
Syntax
[ValueClass]
public class DoReloadExParams : IDoReloadExParamsConstructors
| Name | Description | 
|---|---|
| DoReloadExParams() | 
Properties
| Name | Description | 
|---|---|
| Debug | 
           Set to true to debug reload. The default value is false. JSON property name: qDebug  | 
      
| Mode | 
           0: for default mode. 1: for ABEND; the reload of the script ends if an error occurs. 2: for ignore; the reload of the script continues even if an error is detected in the script. JSON property name: qMode  | 
      
| Partial | 
           Set to true for partial reload. The default value is false. JSON property name: qPartial  | 
      
| ReloadId | 
           Optional reload ID. ID will be automatically generated if not set. JSON property name: qReloadId  | 
      
| RowLimit | 
           If greater than or equal 0, defines max number of rows loaded from a data source. JSON property name: qRowLimit  | 
      
| SkipStore | 
           Set to true to skip Store statements. The default value is false. JSON property name: qSkipStore  |