Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CompleteExternalBackupJobDetails

Properties

Optional cfBackupHandle

cfBackupHandle: undefined | string

The handle of the control file backup.

Optional dataSize

dataSize: undefined | number

The size of the data in the database, in megabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional redoSize

redoSize: undefined | number

The size of the redo in the database, in megabytes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional spfBackupHandle

spfBackupHandle: undefined | string

The handle of the spfile backup.

Optional sqlPatches

sqlPatches: Array<string>

The list of SQL patches that need to be applied to the backup during the restore.

Optional tdeWalletPath

tdeWalletPath: undefined | string

If the database being backed up is TDE enabled, this will be the path to the associated TDE wallet in Object Storage.

Functions

getDeserializedJsonObj

getJsonObj