Progress
Provides information about the progress of the schema conversion operation.
Contents
- ProcessedObject
-
The name of the database object that the schema conversion operation currently uses.
Type: ProcessedObject object
Required: No
- ProgressPercent
-
The percent complete for the current step of the schema conversion operation.
Type: Double
Required: No
- ProgressStep
-
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.
Type: String
Required: No
-
- TotalObjects
-
The number of objects in this schema conversion operation.
Type: Long
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: