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
5 enum supported values:
UNKNOWNINITIALIZEDPROCESSINGFINISHEDFAILED

Current job execution status.


countersobjectdeprecated - 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.


ownerobjectRead-onlydeprecated - use createdBy instead

Job owner.


createdByobjectRead-only

Job creator.


countsobject

Current execution counts.

Was this helpful?
Yes
No