ExportProperties interface
The properties of the export.
- Extends
Properties
schedule | Has schedule information for the export. |
Inherited 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
schedule
Inherited Property Details
definition
Has the definition for the export.
definition: ExportDefinition
Property Value
Inherited From CommonExportProperties.definition
deliveryInfo
Has delivery information for the export.
deliveryInfo: ExportDeliveryInfo
Property Value
Inherited From CommonExportProperties.deliveryInfo
format
The format of the export being delivered. Currently only 'Csv' is supported.
format?: string
Property Value
string
Inherited From CommonExportProperties.format
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
Inherited From CommonExportProperties.nextRunTimeEstimate
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
Inherited From CommonExportProperties.partitionData
runHistory
If requested, has the most recent run history for the export.
runHistory?: ExportExecutionListResult
Property Value
Inherited From CommonExportProperties.runHistory
Azure SDK for JavaScript