SearchGroupItemOptions Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Inheritance
- 
      System.Object
      - SearchGroupItemOptions
 
Syntax
[ValueClass]
public class SearchGroupItemOptions : ISearchGroupItemOptionsConstructors
| Name | Description | 
|---|---|
| SearchGroupItemOptions() | 
Properties
| Name | Description | 
|---|---|
| Count | Maximum number of matches per item (in  The default value is -1: all values are returned. JSON property name: qCount | 
| GroupItemType | Type of the group item. Can be: * GenericObject: the type of the search group item is a generic object. Group items have this type when you are calling  * Field: the type of the search group item is a field. Group items have this type when you are calling  JSON property name: qGroupItemType | 
| Offset | Position starting from 0. The default value is 0. JSON property name: qOffset |