ExportRun interface

An export run.

Extends

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.

Inherited Properties

eTag

eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.

id

Resource Id.

name

Resource name.

type

Resource type.

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

Inherited Property Details

eTag

eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.

eTag?: string

Property Value

string

Inherited From CostManagementProxyResource.eTag

id

Resource Id.

id?: string

Property Value

string

Inherited From CostManagementProxyResource.id

name

Resource name.

name?: string

Property Value

string

Inherited From CostManagementProxyResource.name

type

Resource type.

type?: string

Property Value

string

Inherited From CostManagementProxyResource.type