MysqlTable(mapping=None, *, ignore_unknown_fields=False, **kwargs)MySQL table.
Attributes |
|
|---|---|
| Name | Description |
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. |