Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DropTablespaceDetails

The details required to drop a tablespace. It takes either credentialDetails or databaseCredential. It's recommended to provide databaseCredential

Properties

Optional credentialDetails

Optional databaseCredential

Optional isCascadeConstraints

isCascadeConstraints: undefined | false | true

Specifies whether all the constraints on the tablespace being dropped should be dropped.

Optional isDroppingDataFiles

isDroppingDataFiles: undefined | false | true

Specifies whether all the associated data files of the tablespace being dropped should be dropped.

Optional isIncludingContents

isIncludingContents: undefined | false | true

Specifies whether all the contents of the tablespace being dropped should be dropped.

Functions

getDeserializedJsonObj

getJsonObj