Get Export Result
data class GetExportResult(val azureApiVersion: String, val definition: ExportDefinitionResponse, val deliveryInfo: ExportDeliveryInfoResponse, val eTag: String? = null, val format: String? = null, val id: String, val identity: SystemAssignedServiceIdentityResponse? = null, val location: String? = null, 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(azureApiVersion: String, definition: ExportDefinitionResponse, deliveryInfo: ExportDeliveryInfoResponse, eTag: String? = null, format: String? = null, id: String, identity: SystemAssignedServiceIdentityResponse? = null, location: String? = null, name: String, nextRunTimeEstimate: String, partitionData: Boolean? = null, runHistory: ExportExecutionListResultResponse? = null, schedule: ExportScheduleResponse? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Has the definition for the export.
Link copied to clipboard
Has delivery information for the export.
Link copied to clipboard
The managed identity associated with Export
Link copied to clipboard
If the export has an active schedule, provides an estimate of the next run time.
Link copied to clipboard
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.