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.
1 2{ "extractions": [ { "objectName": "attachment.size", "type": "number" } ], "propertyKey": "attachment" }
extractions
Type | array of (Property Index) |
---|---|
Required | Yes |
Description | The list with references to values of JSON object which will be indexed and the types of referenced values. |
propertyKey
Type | string |
---|---|
Required | Yes |
Description | The key of the property from which the data is indexed. |
Rate this page: