dumpType property

String? dumpType
getter/setter pair

The type of the data dump.

Supported for MySQL to CloudSQL for MySQL migrations only.

Optional. Possible string values are:

  • "DUMP_TYPE_UNSPECIFIED" : If not specified, defaults to LOGICAL
  • "LOGICAL" : Logical dump.
  • "PHYSICAL" : Physical file-based dump. Supported for MySQL to CloudSQL for MySQL migrations only.

Implementation

core.String? dumpType;