jobType property

String? jobType
getter/setter pair

The type of job that was executed. Possible string values are:

  • "BACKGROUND_JOB_TYPE_UNSPECIFIED" : Unspecified background job type.
  • "BACKGROUND_JOB_TYPE_SOURCE_SEED" : Job to seed from the source database.
  • "BACKGROUND_JOB_TYPE_CONVERT" : Job to convert the source database into a draft of the destination database.
  • "BACKGROUND_JOB_TYPE_APPLY_DESTINATION" : Job to apply the draft tree onto the destination.
  • "BACKGROUND_JOB_TYPE_IMPORT_RULES_FILE" : Job to import and convert mapping rules from an external source such as an ora2pg config file.

Implementation

core.String? jobType;