Developer
Documentation
Resources
Get Support
Sign in
Developer
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Developer
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Oct 24, 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: