Last updated Sep 22, 2025

Index Key Configuration

Defines the list of extractors which index selected JSON objects from defined property. The list with references to values of JSON object which will be indexed and the types of referenced values. The key of the property from which the data is indexed.

Examples

1
2
{
  "extractions": [
    {
      "objectName": "attachment.size",
      "type": "number"
    }
  ],
  "propertyKey": "attachment"
}

Properties

extractions

Typearray of (Property Index)
RequiredYes
DescriptionThe list with references to values of JSON object which will be indexed and the types of referenced values.

propertyKey

Typestring
RequiredYes
DescriptionThe key of the property from which the data is indexed.

Rate this page: