GetUserTablesPostgreSqlTaskInput interface
Input for the task that gets the list of tables for a provided list of PostgreSQL databases.
Properties
connection |
Information for connecting to PostgreSQL source |
selected |
List of PostgreSQL databases for which to collect tables |
Property Details
connectionInfo
Information for connecting to PostgreSQL source
connectionInfo: PostgreSqlConnectionInfo
Property Value
selectedDatabases
List of PostgreSQL databases for which to collect tables
selectedDatabases: string[]
Property Value
string[]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript