Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace MigrationObjectSummary

Database objects to include or exclude from migration

Properties

Optional isOmitExcludedTableFromReplication

isOmitExcludedTableFromReplication: undefined | false | true

Whether an excluded table should be omitted from replication. Only valid for database objects that have are of type TABLE and object status EXCLUDE.

objectName

objectName: string

Name of the object (regular expression is allowed)

Optional objectStatus

objectStatus: model.ObjectStatus

Object status.

owner

owner: string

Owner of the object (regular expression is allowed)

Optional type

type: undefined | string

Type of object to exclude. If not specified, matching owners and object names of type TABLE would be excluded.

Functions

getDeserializedJsonObj

getJsonObj