Unload response

The following is a sample response for an unload call:

The scope for unload operation is used differently than load operation, i.e. it is used as a condition for looking up records to be removed from datastore.

{
  "status": "success",
  "data": {
    "taskName": "19de0fd540a8ec36",
    "timeTakenMs": 10017500,
    "events": [
      {
        "threadId": 0,
        "lineNumber": 0,
        "timeStamp": 1584110499541,
        "taskName":"7a8c982a87b050f2",
        "level": {
          "name": "INFO",
          "resourceBundleName": "sun.utillogging.resources.logging",
          "localizedName": "INFO"
        },
        "upTime": 0,
        "message": "For topic Trades, executedremove-where on store Trade usingcondition AND(CobDate = 2019-01-01, NO(TradeId = N/A)) in 474us",
        "tags": [
          "unload",
          "summary",
          "health",
          "dlc",
          "source"
        ],
        "eventType": "UNLOAD"
      }
    ],
    "dlcLoadingStatus": "SUCCEED"
  }
}
search.js