GetExportResult

data class GetExportResult(val definition: ExportDefinitionResponse, val deliveryInfo: ExportDeliveryInfoResponse, val eTag: String? = null, val format: String? = null, val id: String, val name: String, val nextRunTimeEstimate: String, val partitionData: Boolean? = null, val runHistory: ExportExecutionListResultResponse? = null, val schedule: ExportScheduleResponse? = null, val type: String)

An export resource.

Constructors

Link copied to clipboard
constructor(definition: ExportDefinitionResponse, deliveryInfo: ExportDeliveryInfoResponse, eTag: String? = null, format: String? = null, id: String, name: String, nextRunTimeEstimate: String, partitionData: Boolean? = null, runHistory: ExportExecutionListResultResponse? = null, schedule: ExportScheduleResponse? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Has the definition for the export.

Link copied to clipboard

Has delivery information for the export.

Link copied to clipboard
val eTag: String? = null

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.

Link copied to clipboard
val format: String? = null

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

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard

Resource name.

Link copied to clipboard

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

Link copied to clipboard
val partitionData: Boolean? = null

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.

Link copied to clipboard

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

Link copied to clipboard

Has schedule information for the export.

Link copied to clipboard

Resource type.