Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConnectToSourcePostgreSqlSyncTaskOutput

Package version

Output for the task that validates connection to PostgreSQL and source server requirements

Hierarchy

  • ConnectToSourcePostgreSqlSyncTaskOutput

Index

Properties

Optional databases

databases: string[]

List of databases on source server NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string

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

Optional sourceServerBrandVersion

sourceServerBrandVersion: undefined | string

Source server brand version NOTE: This property will not be serialized. It can only be populated by the server.

Optional sourceServerVersion

sourceServerVersion: undefined | string

Version of the source server NOTE: This property will not be serialized. It can only be populated by the server.

Optional validationErrors

validationErrors: ReportableException[]

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

Generated using TypeDoc