Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetUserTablesPostgreSqlTaskOutput

Package version

Output for the task that gets the list of tables for a provided list of PostgreSQL databases.

Hierarchy

  • GetUserTablesPostgreSqlTaskOutput

Index

Properties

Optional databaseName

databaseName: undefined | string

The database this result is for NOTE: This property will not be serialized. It can only be populated by the server.

Optional tables

tables: DatabaseTable[]

List of valid tables found for this database NOTE: This property will not be serialized. It can only be populated by the server.

Optional validationErrors

validationErrors: ReportableException[]

Validation errors associated with the task NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc