Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace MetricsSummary

Backup performance and storage utilization metrics for the Protected Database.

Properties

Optional backupSpaceEstimateInGBs

backupSpaceEstimateInGBs: undefined | number

The estimated backup storage space, in gigabytes, required to meet the recovery window goal, including foot print and backups for the protected database. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional backupSpaceUsedInGBs

backupSpaceUsedInGBs: undefined | number

Backup storage space, in gigabytes, utilized by the protected database. Oracle charges for the total storage used. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional currentRetentionPeriodInSeconds

currentRetentionPeriodInSeconds: undefined | number

Number of seconds backups are currently retained for this database. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional dbSizeInGBs

dbSizeInGBs: undefined | number

The estimated space, in gigabytes, consumed by the protected database. The database size is based on the size of the data files in the catalog, and does not include archive logs. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional isRedoLogsEnabled

isRedoLogsEnabled: undefined | false | true

The value TRUE indicates that the protected database is configured to use Real-time data protection, and redo-data is sent from the protected database to Recovery Service. Real-time data protection substantially reduces the window of potential data loss that exists between successive archived redo log backups.

Optional minimumRecoveryNeededInDays

minimumRecoveryNeededInDays: undefined | number

Number of days of redo/archive to be applied to recover database. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional retentionPeriodInDays

retentionPeriodInDays: undefined | number

The maximum number of days to retain backups for a protected database. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional unprotectedWindowInSeconds

unprotectedWindowInSeconds: undefined | number

This is the time window when there is data loss exposure. The point after which recovery is impossible unless additional redo is available. This is the time we received the last backup or last redo-log shipped. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj