About this resource
Representation of an order target
Properties
| Property | Description | Type |
|---|---|---|
| actions | The actions that are executed on the ordered file. | OrderTargetActionCollection |
| attempt | Value indicating how many times the maintenance manager has already tried to execute this target. | int32 |
| errorDetails | Detailed information about the error that occurred if this target failed to execute successfully. | string |
| executionTime | The amount of time needed to execute this target. | timespan |
| fileName | The filename of the delivered file. | string |
| forceRetry | Value indicating whether or not a new maintenance job will be created to retry this target after it finished its execution. | boolean |
| id | The Id of this target. | guid |
| itemId | The Id of the object (Version, Preview, Thumbnail, Custom, AdditionalFile) this target represents. | guid |
| message | The message that was set during the execution of this target. | string |
| recordId | The Id of the Record this target represents. | guid |
| recordIds | Record ids for mass target. | Collection of guid items |
| status | The status of this target. | string (values: pending, succeeded, failed, partiallyfailed) |
| tag | Gets the tag. | string |
| type | The asset type of this target. | string (values: version, preview, thumbnail, custom, additionalfile) |