Class DatabaseDumpSpec (1.9.1)

DatabaseDumpSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The specification of database dump to import from or export to.

Classes

Type

Type(value)

The type of the database dump.

Values: TYPE_UNSPECIFIED (0): The type of the database dump is unknown. MYSQL (1): Database dump is a MySQL dump file. AVRO (2): Database dump contains Avro files.