Поделиться через


ImportJob Class

Definition

A job which contains a reference to the operations to perform, results, and execution metadata.

public class ImportJob
type ImportJob = class
Public Class ImportJob
Inheritance
ImportJob

Constructors

ImportJob(Uri, Uri)

Initializes a new instance of ImportJob.

Properties

CreatedDateTime

Start time of the job. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

Error

Details of the error(s) that occurred executing the import job.

FinishedDateTime

End time of the job. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

Id

The identifier of the import job.

InputBlobUri

The path to the input Azure storage blob that contains file(s) describing the operations to perform in the job.

LastActionDateTime

Last time service performed any action from the job. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

OutputBlobUri

The path to the output Azure storage blob that will contain the errors and progress logs of import job.

PurgeDateTime

Time at which job will be purged by the service from the system. The timestamp is in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.

Status

Status of the job.

Applies to