GetUserTablesSqlSyncTaskOutput interface

Output of the task that collects user tables for the given list of databases

Properties

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.

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.

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.

validationErrors

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?: {[propertyName: string]: DatabaseTable[]}

Property Value

{[propertyName: string]: DatabaseTable[]}

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?: {[propertyName: string]: DatabaseTable[]}

Property Value

{[propertyName: string]: DatabaseTable[]}

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?: {[propertyName: string]: string[]}

Property Value

{[propertyName: string]: string[]}

validationErrors

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

validationErrors?: ReportableException[]

Property Value