GetUserTablesMySqlTaskOutput interface
Output of the task that collects user tables for the given list of databases
Properties
databases |
Mapping from database name to list of tables NOTE: This property will not be serialized. It can only be populated by the server. |
id | Result identifier NOTE: This property will not be serialized. It can only be populated by the server. |
validation |
Validation errors NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
databasesToTables
Mapping from database name to list of tables NOTE: This property will not be serialized. It can only be populated by the server.
databasesToTables?: string
Property Value
string
id
Result identifier NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
validationErrors
Validation errors NOTE: This property will not be serialized. It can only be populated by the server.
validationErrors?: ReportableException[]
Property Value
Azure SDK for JavaScript