Async Job Object


Properties
idstringRead-onlyformat GUID

Job ID.


metadatastruct

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


statusstring

Current job execution status.


countersCountersdeprecated - use counts instead

Current counters.


createdDatestringRead-onlyformat date-time

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


updatedDatestringRead-onlyformat date-time

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


ownerOwnerRead-onlydeprecated - use createdBy instead

Job owner.


createdByCreatedByRead-only

Job creator.


countsCounts

Current execution counts.

Did this help?