IGenericBookmarkProperties Interface
Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface IGenericBookmarkProperties : IAbstractStructureProperties
| Name | Description |
|---|---|
| DistinctValues |
If true all selected values will be stored distinct, i.e. searchstrings will not be kept. JSON property name: qDistinctValues |
| IncludeVariables |
If true all variables will be stored in the bookmark. JSON property name: qIncludeVariables |
| Info |
Information about the bookmark. This parameter is mandatory. JSON property name: qInfo |
| MetaDef |
Definition of the dynamic properties. JSON property name: qMetaDef |