Class MysqlTable (1.9.3)

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

MySQL table.

Attributes

NameDescription
table_name str
Table name.
mysql_columns MutableSequence[google.cloud.datastream_v1alpha1.types.MysqlColumn]
MySQL columns in the database. When unspecified as part of include/exclude lists, includes/excludes everything.