About this resource
Storage Class for Maintenance Job type ExportAuditMaintenanceJob.
Properties
| Property | Description | Type |
|---|---|---|
| createdOn | Gets the creation datetime in UTC time. | datetime |
| creatorEmail | E-mail address for this job. | string |
| deliveredFile | Holds the value of the DeliveredFile Path. | string |
| disableNotification | Value indicating whether or not notification is enabled on this job. | boolean |
| 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 |
| exportFileName | Holds the value of the Exported Filename. | string |
| 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 |
| 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) |
| type | Gets the name of this maintenance job. | string |