Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AwrDbMetricSummary

The summary of the AWR metric data for a particular metric at a specific time.

Properties

Optional avgValue

avgValue: undefined | number

The average value of the sampling period. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional maxValue

maxValue: undefined | number

The maximum value of the sampling period. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional minValue

minValue: undefined | number

The minimum value of the sampling period. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

name

name: string

The name of the metric.

Optional timestamp

timestamp: Date

The time of the sampling.

Functions

getDeserializedJsonObj

getJsonObj