CommonExportProperties interface
The common properties of the export.
Properties
definition | Has the definition for the export. |
delivery |
Has delivery information for the export. |
format | The format of the export being delivered. Currently only 'Csv' is supported. |
next |
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. |
partition |
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. |
run |
If requested, has the most recent run history for the export. |
Property Details
definition
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
Azure SDK for JavaScript