Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DatabaseObject

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 that are included in the exludeObjects.

objectName

objectName: string

Name of the object (regular expression is allowed)

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