Export interface

An export resource.

Extends

Properties

definition

Has the definition for the export.

deliveryInfo

Has delivery information for the export.

format

The format of the export being delivered. Currently only 'Csv' is supported.

nextRunTimeEstimate

If the export has an active schedule, provides an estimate of the next run time. NOTE: This property will not be serialized. It can only be populated by the server.

partitionData

If set to true, exported data will be partitioned by size and placed in a blob directory together with a manifest file. Note: this option is currently available only for Microsoft Customer Agreement commerce scopes.

runHistory

If requested, has the most recent run history for the export.

schedule

Has schedule information for the export.

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. NOTE: This property will not be serialized. It can only be populated by the server.

name

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

definition

Has the definition for the export.

definition?: ExportDefinition

Property Value

deliveryInfo

Has delivery information for the export.

deliveryInfo?: ExportDeliveryInfo

Property Value

format

The format of the export being delivered. Currently only 'Csv' is supported.

format?: string

Property Value

string

nextRunTimeEstimate

If the export has an active schedule, provides an estimate of the next run time. NOTE: This property will not be serialized. It can only be populated by the server.

nextRunTimeEstimate?: Date

Property Value

Date

partitionData

If set to true, exported data will be partitioned by size and placed in a blob directory together with a manifest file. Note: this option is currently available only for Microsoft Customer Agreement commerce scopes.

partitionData?: boolean

Property Value

boolean

runHistory

If requested, has the most recent run history for the export.

runHistory?: ExportExecutionListResult

Property Value

schedule

Has schedule information for the export.

schedule?: ExportSchedule

Property Value

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. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From CostManagementProxyResource.id

name

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From CostManagementProxyResource.name

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From CostManagementProxyResource.type