ExportRunProperties interface

The properties of the export run.

Properties

endDate

The end datetime for the export.

error

The details of any error.

executionType

The type of the export run.

fileName

The name of the exported file.

manifestFile

The manifest file location(URI location) for the exported files.

processingEndTime

The time when the export run finished.

processingStartTime

The time when export was picked up to be run.

runSettings

The export settings that were in effect for this run.

startDate

The start datetime for the export.

status

The last known status of the export run.

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'.

submittedTime

The time when export was queued to be run.

Property Details

endDate

The end datetime for the export.

endDate?: Date

Property Value

Date

error

The details of any error.

error?: ErrorDetails

Property Value

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