Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AddmTaskSummary

The object containing the ADDM task metadata.

Properties

Optional beginSnapshotId

beginSnapshotId: undefined | number

The ID number of the beginning AWR snapshot. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional dbUser

dbUser: undefined | string

The database user who owns the ADDM task.

Optional description

description: undefined | string

The description of the ADDM task.

Optional endSnapshotId

endSnapshotId: undefined | number

The ID number of the ending AWR snapshot. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional endSnapshotTime

endSnapshotTime: Date

The timestamp of the ending AWR snapshot used in the ADDM task as defined by date-time RFC3339 format.

Optional findings

findings: undefined | number

The number of ADDM findings. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional howCreated

howCreated: HowCreated

A description of how the task was created.

Optional startSnapshotTime

startSnapshotTime: Date

The timestamp of the beginning AWR snapshot used in the ADDM task as defined by date-time RFC3339 format.

Optional status

status: Status

The status of the ADDM task.

taskId

taskId: number

The ID number of the ADDM task. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional taskName

taskName: undefined | string

The name of the ADDM task.

timeCreated

timeCreated: Date

The creation date of the ADDM task.

Functions

getDeserializedJsonObj

getJsonObj