createdOn |
Gets the creation datetime in UTC time. |
datetime |
creatorEmail |
E-mail address for this job. |
string |
deliveredFiles |
Gets a list of files delivered which is delivered by the order to the client. |
Collection of string items |
disableNotification |
Value indicating whether or not notification is enabled on this job. |
boolean |
disableProcessing |
Allows overriding the default post-processing behaviour.
Set this parameter to 'Yes' to disable all file processing (eg. XMP writeback, watermarks being applied, order target actions) and allows getting a direct link to the original file.
The user permission "Disable file processing of download orders" is required for this order to work.
Setting the parameter to 'YesIfPermissionGranted' will return a direct link if the user has the permission granted, and otherwise return the processed file. |
string (values: no, yes, yesifpermissiongranted) |
earliestStartDate |
The earliest date in utc time on which this job can be executed. |
datetime |
executionTime |
Gets the time it took for this maintenance job to execute. |
timespan |
failedTargetsCount |
Gets the count of the failed targets. |
int32 |
id |
Gets the Id of this maintenance job. |
guid |
message |
Gets the error message that describes why this maintenance job failed. Returns null if this maintenance job hasn't been executed yet. |
string |
notificationThresholdInSeconds |
The threshold in seconds that must elapse to be able to send an email notification. |
int32 |
orderType |
Gets the type of the order. |
string |
priority |
Gets or sets the priority of this maintenance job. |
string (values: high, medium, auditarchiving, buildsearchindex) |
startedOn |
Gets the time on which the execution of this maintenance job started in utc time. |
datetime |
status |
Gets the status of this maintenance job. |
string (values: pending, success, failed, partiallyfailed, executing, cancelled, scheduled, queued, asyncpending, asyncexecuting) |
totalFileSize |
Total file size of the delivered files. |
int64 |
type |
Gets the name of this maintenance job. |
string |
useCDN |
Allows overriding the default file path behaviour. Set this parameter to 'No' if you need to use the file in the same Azure region, and don't need to benefit from CDN. |
string (values: automatic, no) |