DeleteJob Class

Definition

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

public class DeleteJob
type DeleteJob = class
Public Class DeleteJob
Inheritance
DeleteJob

Properties

Name Description
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 delete 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