tables property

List<String>? tables
getter/setter pair

Tables to export, or that were exported, from the specified database.

If you specify tables, specify one and only one database. For PostgreSQL instances, you can specify only one table.

Implementation

core.List<core.String>? tables;