IDoReloadExParams Interface
Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface IDoReloadExParams
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 |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!