Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetUserTablesSqlSyncTaskOutput

Package version

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

Hierarchy

  • GetUserTablesSqlSyncTaskOutput

Index

Properties

Optional databasesToSourceTables

databasesToSourceTables: undefined | object

Mapping from database name to list of source tables NOTE: This property will not be serialized. It can only be populated by the server.

Optional databasesToTargetTables

databasesToTargetTables: undefined | object

Mapping from database name to list of target tables NOTE: This property will not be serialized. It can only be populated by the server.

Optional tableValidationErrors

tableValidationErrors: undefined | object

Mapping from database name to list of validation errors NOTE: This property will not be serialized. It can only be populated by the server.

Optional validationErrors

validationErrors: ReportableException[]

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

Generated using TypeDoc