GetUserTablesSqlSyncTaskOutput interface
Output of the task that collects user tables for the given list of databases
Properties
databases |
Mapping from database name to list of source tables NOTE: This property will not be serialized. It can only be populated by the server. |
databases |
Mapping from database name to list of target tables NOTE: This property will not be serialized. It can only be populated by the server. |
table |
Mapping from database name to list of validation errors 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
databasesToSourceTables
Mapping from database name to list of source tables NOTE: This property will not be serialized. It can only be populated by the server.
databasesToSourceTables?: string
Property Value
string
databasesToTargetTables
Mapping from database name to list of target tables NOTE: This property will not be serialized. It can only be populated by the server.
databasesToTargetTables?: string
Property Value
string
tableValidationErrors
Mapping from database name to list of validation errors NOTE: This property will not be serialized. It can only be populated by the server.
tableValidationErrors?: 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