FieldConfigType
Enum to define a preset of fields to be included in result data containers.
Values
Name
Description
NONE
No fields will be included.
LIST_FIELDS
Include list key fields of the search or workSpace.
RESULT_FIELDS
Include result fields of the search or workSpace.
ID_FIELDS
Include the ID fields of the result entity.
ALL
Include all fields of the result entity (may cause performance issue because of getElementAt).