databaseType property

String? databaseType
getter/setter pair

The type of the database. Possible string values are:

  • "DATABASE_TYPE_UNSPECIFIED" : The type of the source database is unknown.
  • "MYSQL" : The type of the source database is MySQL.

Implementation

core.String? databaseType;