IDoReloadExResult Interface
Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface IDoReloadExResultProperties
| Name | Description |
|---|---|
| EndedWithMemoryConstraint |
true if memory limits were exhausted during reload. JSON property name: qEndedWithMemoryConstraint |
| FailureData |
Extra information (if available) in case reload was not successful. JSON property name: qFailureData |
| NbrOfLoadedRows |
Number of read rows during a reload JSON property name: qNbrOfLoadedRows |
| NbrOfStoredRows |
Number of stored rows from a reload JSON property name: qNbrOfStoredRows |
| ScriptLogFile |
Path to the script log file. JSON property name: qScriptLogFile |
| Success |
The reload is successful if True. JSON property name: qSuccess |