Class MysqlTable (0.1.3)

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

MySQL table. .. attribute:: table_name

Table name.

:type: str

Attribute

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