GenericDimensionInfo Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Inheritance
- 
      System.Object
      
- 
          AbstractStructure
          
- GenericDimensionInfo
 
 
 - 
          AbstractStructure
          
 
Syntax
[ValueClass]
public class GenericDimensionInfo : AbstractStructure, IDisposable, IGenericDimensionInfo, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| GenericDimensionInfo() | 
           Creates an instance of the GenericDimensionInfo class  | 
      
Properties
| Name | Description | 
|---|---|
| AndMode | 
           If set to true a logical AND (instead of a logical OR) is used when making selections in a field. The default value is false. JSON property name: qAndMode  | 
      
| ApprMaxGlyphCount | 
           Length of the longest value in the field. JSON property name: qApprMaxGlyphCount  | 
      
| Cardinal | 
           Number of distinct field values JSON property name: qCardinal  | 
      
| IsSemantic | 
           If set to true, it means that the field is a semantic. JSON property name: qIsSemantic  | 
      
| Tags | 
           Gives information on a field. For example, it can return the type of the field. Examples: key, text, ASCII JSON property name: qTags  |