...
{
"processAction": "process",
"seed": {
"servers": [{
"host": "localhost",
"port": 8081
}],
"scan": {
"bucket": "source_bucket_name",
"scroll": {
"size": 100
},
"query": {
"filter": {
"or": [{
"exists": {
"fieldName": "content.metadata.Content-Type",
"present": false
}
},
{
"equals": {
"fieldName": "content.metadata.Content-Type",
"value": ""
}
}
]
}
}
}
},
"name": "Records missing content type",
"active": true,
"scanAction": "query",
"type": "staging-connector",
"batchSize": 25,
"properties": {
"index": "target_data_source_index_name"
},
"pipelineId": "{{ fromName('Persist to Target Data Source') }}",
"id": "db122b46-9104-48e7-8847-c1f2d720d596"
}
...
(Required, JSON) A JSON object with the query specification. This must adhere to the Query Language convention defined in the staging API.
/seed/scan/scroll
(Optional, JSON) A JSON object with the scroll properties.
Known limitations
Lookup action
...