GetUserTablesPostgreSqlTaskOutput interface
Output for the task that gets the list of tables for a provided list of PostgreSQL databases.
Properties
database |
The database this result is for NOTE: This property will not be serialized. It can only be populated by the server. |
tables | List of valid tables found for this database NOTE: This property will not be serialized. It can only be populated by the server. |
validation |
Validation errors associated with the task NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
databaseName
The database this result is for NOTE: This property will not be serialized. It can only be populated by the server.
databaseName?: string
Property Value
string
tables
List of valid tables found for this database NOTE: This property will not be serialized. It can only be populated by the server.
tables?: DatabaseTable[]
Property Value
validationErrors
Validation errors associated with the task NOTE: This property will not be serialized. It can only be populated by the server.
validationErrors?: ReportableException[]
Property Value
Azure SDK for JavaScript