BackgroundJobSummary Model
BackgroundJobSummary Model documentation for .NET SDK
Summary of the most recent background job execution for a resource
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| JobId | long | Database identifier of the background job | |
| JobType | string | Logical job type dispatched by the background job framework | |
| Status | string | Current status of the background job | |
| Attempts | int | Number of attempts started so far | |
| MaxAttempts | int | Maximum number of attempts allowed for this job | |
| RunAt | long? | Timestamp when the job becomes eligible to run (milliseconds since epoch) | [optional] |
| LeaseUntil | long? | Lease expiration timestamp if the job is currently running (milliseconds since epoch) | [optional] |
| LockedBy | string | Identifier of the worker currently holding the lease, if any | [optional] |
| LastError | string | Most recent short error message if the job failed | [optional] |
| UpdatedAt | long? | Timestamp when the job row was last updated (milliseconds since epoch) | [optional] |