Values.ProgressSourceProvides information about the progress of the schema conversion operation.
type nonrec t = {progressPercent : DoubleOptional.t option;The percent complete for the current step of the schema conversion operation.
*)totalObjects : Long.t option;The number of objects in this schema conversion operation.
*)progressStep : String_.t option;The step of the schema conversion operation. This parameter can store one of the following values: IN_PROGRESS – The operation is running. LOADING_METADATA – Loads metadata from the source database. COUNTING_OBJECTS – Determines the number of objects involved in the operation. ANALYZING – Analyzes the source database objects. CONVERTING – Converts the source database objects to a format compatible with the target database. APPLYING – Applies the converted code to the target database. FINISHED – The operation completed successfully.
*)processedObject : ProcessedObject.t option;The name of the database object that the schema conversion operation currently uses.
*)}