type property
The type of the database dump.
If unspecified, defaults to MYSQL.
Optional. Possible string values are:
- "TYPE_UNSPECIFIED" : The type of the database dump is unknown.
- "MYSQL" : Database dump is a MySQL dump file.
- "AVRO" : Database dump contains Avro files.
Implementation
core.String? type;