ImportJob Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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: |
Error |
Details of the error(s) that occurred executing the import job. |
FinishedDateTime |
End time of the job. The timestamp is in RFC3339 format: |
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: |
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: |
Status |
Status of the job. |