Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


You can poll the status or use the callback parameter. When the operation is complete, the results are in the custom property:

Code Block
languagejson
{
    "trm": {
        "requestid": 32230,
        "isbatch": false,
        "status": "Finished",
        "statusText": "Finished!"
    },
    "custom": {
       "filetoken": "178eee3996bd4898b31da69a4fe5b206",
       "count": 6
    }
}

...