engine property

String? engine
getter/setter pair

The database engine. Possible string values are:

  • "DATABASE_ENGINE_UNSPECIFIED" : The source database engine of the migration job is unknown.
  • "MYSQL" : The source engine is MySQL.
  • "POSTGRESQL" : The source engine is PostgreSQL.
  • "ORACLE" : The source engine is Oracle.

Implementation

core.String? engine;