Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AwrDatabaseWaitEventSummary

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.

name

name: string

The name of the event.

Optional snapshotIdentifier

snapshotIdentifier: undefined | number

The ID of the snapshot. The snapshot identifier is not the OCID. It can be retrieved from the following endpoint: /awrHubs/{awrHubId}/awrDatabaseSnapshots 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