Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AwrDbWaitEventSummary

The summary of the AWR wait event time series data for one event.

Properties

Optional avgWaitTimePerSec

avgWaitTimePerSec: undefined | number

The average wait time per second. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional avgWaitTimePerWait

avgWaitTimePerWait: undefined | number

The average wait time in milliseconds per wait. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

name

name: string

The name of the event.

Optional snapshotId

snapshotId: undefined | number

The ID of the snapshot. The snapshot ID is not the OCID. It can be retrieved from the following endpoint: /managedDatabases/{managedDatabaseId}/awrDbs/{awrDbId}/awrDbSnapshots Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional timeBegin

timeBegin: Date

The begin time of the wait event.

Optional timeEnd

timeEnd: Date

The end time of the wait event.

Optional waitsPerSec

waitsPerSec: undefined | number

The wait count per second. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj