CommonExportProperties interface

The common properties of the export.

Properties

compressionMode

Allow customers to select compress data for exports. This setting will enable destination file compression scheme at runtime. By default set to None. Gzip is for csv and snappy for parquet.

dataOverwriteBehavior

Allow customers to select overwrite data(OverwritePreviousReport) for exports. This setting will enable overwrite data for the same month in customer storage account. By default set to CreateNewReport.

definition

Has the definition for the export.

deliveryInfo

Has delivery information for the export.

exportDescription

The export description set by customer at time of export creation/update.

format

The format of the export being delivered.

nextRunTimeEstimate

If the export has an active schedule, provides an estimate of the next run time.

partitionData

If set to true, exported data will be partitioned by size and placed in a blob directory together with a manifest file.

runHistory

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

systemSuspensionContext

The export suspension reason if export is in SystemSuspended state. This is not populated currently.

Property Details

compressionMode

Allow customers to select compress data for exports. This setting will enable destination file compression scheme at runtime. By default set to None. Gzip is for csv and snappy for parquet.

compressionMode?: string

Property Value

string

dataOverwriteBehavior

Allow customers to select overwrite data(OverwritePreviousReport) for exports. This setting will enable overwrite data for the same month in customer storage account. By default set to CreateNewReport.

dataOverwriteBehavior?: string

Property Value

string

definition

Has the definition for the export.

definition: ExportDefinition

Property Value

deliveryInfo

Has delivery information for the export.

deliveryInfo: ExportDeliveryInfo

Property Value

exportDescription

The export description set by customer at time of export creation/update.

exportDescription?: string

Property Value

string

format

The format of the export being delivered.

format?: string

Property Value

string

nextRunTimeEstimate

If the export has an active schedule, provides an estimate of the next run time.

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.

partitionData?: boolean

Property Value

boolean

runHistory

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

runHistory?: ExportExecutionListResult

Property Value

systemSuspensionContext

The export suspension reason if export is in SystemSuspended state. This is not populated currently.

systemSuspensionContext?: ExportSuspensionContext

Property Value