Class PostgresqlTable (1.2.1)

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

PostgreSQL table.

Attributes

NameDescription
table str
Table name.
postgresql_columns Sequence[google.cloud.datastream_v1.types.PostgresqlColumn]
PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.

Inheritance

builtins.object > proto.message.Message > PostgresqlTable