Class MysqlTable (1.2.0)

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

MySQL table.

Attributes

NameDescription
table_name str
Table name.
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.

Inheritance

builtins.object > proto.message.Message > MysqlTable