GoodMem
ReferenceClient SDKs.NET SDKModels

BackgroundJobSummary Model

BackgroundJobSummary Model documentation for .NET SDK

Summary of the most recent background job execution for a resource

Properties

NameTypeDescriptionNotes
JobIdlongDatabase identifier of the background job
JobTypestringLogical job type dispatched by the background job framework
StatusstringCurrent status of the background job
AttemptsintNumber of attempts started so far
MaxAttemptsintMaximum number of attempts allowed for this job
RunAtlong?Timestamp when the job becomes eligible to run (milliseconds since epoch)[optional]
LeaseUntillong?Lease expiration timestamp if the job is currently running (milliseconds since epoch)[optional]
LockedBystringIdentifier of the worker currently holding the lease, if any[optional]
LastErrorstringMost recent short error message if the job failed[optional]
UpdatedAtlong?Timestamp when the job row was last updated (milliseconds since epoch)[optional]

↑ Back to .NET SDK ↑ Back to .NET SDK ↑ Back to .NET SDK

On this page