BackgroundJobLogEntry class

Execution log of a background job.

Constructors

BackgroundJobLogEntry({ApplyJobDetails? applyJobDetails, String? completionComment, String? completionState, ConvertJobDetails? convertJobDetails, String? finishTime, String? id, ImportRulesJobDetails? importRulesJobDetails, String? jobType, bool? requestAutocommit, SeedJobDetails? seedJobDetails, String? startTime})
BackgroundJobLogEntry.fromJson(Map json_)

Properties

applyJobDetails ApplyJobDetails?
Apply job details.
getter/setter pair
completionComment String?
Job completion comment, such as how many entities were seeded, how many warnings were found during conversion, and similar information.
getter/setter pair
completionState String?
Job completion state, i.e. the final state after the job completed.
getter/setter pair
convertJobDetails ConvertJobDetails?
Convert job details.
getter/setter pair
finishTime String?
The timestamp when the background job was finished.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The background job log entry ID.
getter/setter pair
importRulesJobDetails ImportRulesJobDetails?
Import rules job details.
getter/setter pair
jobType String?
The type of job that was executed. Possible string values are:
getter/setter pair
requestAutocommit bool?
Whether the client requested the conversion workspace to be committed after a successful completion of the job.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seedJobDetails SeedJobDetails?
Seed job details.
getter/setter pair
startTime String?
The timestamp when the background job was started.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited