ExportRunProperties interface
The properties of the export run.
Properties
| end |
The end datetime for the export. |
| error | The details of any error. |
| execution |
The type of the export run. |
| file |
The name of the exported file. |
| manifest |
The manifest file location(URI location) for the exported files. |
| processing |
The time when the export run finished. |
| processing |
The time when export was picked up to be run. |
| run |
The export settings that were in effect for this run. |
| start |
The start datetime for the export. |
| status | The last known status of the export run. |
| submitted |
The identifier for the entity that triggered the export. For on-demand runs it is the user email. For scheduled runs it is 'System'. |
| submitted |
The time when export was queued to be run. |
Property Details
endDate
The end datetime for the export.
endDate?: Date
Property Value
Date
error
executionType
The type of the export run.
executionType?: string
Property Value
string
fileName
The name of the exported file.
fileName?: string
Property Value
string
manifestFile
The manifest file location(URI location) for the exported files.
manifestFile?: string
Property Value
string
processingEndTime
The time when the export run finished.
processingEndTime?: Date
Property Value
Date
processingStartTime
The time when export was picked up to be run.
processingStartTime?: Date
Property Value
Date
runSettings
The export settings that were in effect for this run.
runSettings?: CommonExportProperties
Property Value
startDate
The start datetime for the export.
startDate?: Date
Property Value
Date
status
The last known status of the export run.
status?: string
Property Value
string
submittedBy
The identifier for the entity that triggered the export. For on-demand runs it is the user email. For scheduled runs it is 'System'.
submittedBy?: string
Property Value
string
submittedTime
The time when export was queued to be run.
submittedTime?: Date
Property Value
Date