Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DBParameters

Initialization parameters for a database.

Properties

instanceNumber

instanceNumber: number

Database instance number. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional isChanged

isChanged: undefined | string

Indicates whether the parameter's value changed in given snapshot or not.

Optional isDefault

isDefault: undefined | string

Indicates whether this value is the default value or not.

Const metricName

metricName: string = "DB_PARAMETERS"

parameterName

parameterName: string

Database parameter name.

parameterValue

parameterValue: string

Database parameter value.

Optional snapshotId

snapshotId: undefined | number

AWR snapshot id for the parameter value Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional timeCollected

timeCollected: Date

Collection timestamp Example: {@code "2020-05-06T00:00:00.000Z"}

Methods

getDeserializedJsonObj

getJsonObj