Async Job Object


Properties
countersCountersdeprecated - use counts instead

Current counters.


countsCounts

Current execution counts.


createdByCreatedByRead-only

Job creator.


_createdDateDateRead-only

Date and time the job was created in ISO-8601 format.


_idstringRead-onlyformat GUID

Job ID.


metadataStruct

Optional job metadata, used to store any parameters used during job execution, user-defined statuses, etc.


ownerOwnerRead-onlydeprecated - use createdBy instead

Job owner.


statusstring

Current job execution status.


_updatedDateDateRead-only

Date and time the job was last updated in ISO-8601 format.

Did this help?