Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SqlMetrics

Metrics of the Sql in the Sql tuning set.

Properties

Optional bufferGets

bufferGets: undefined | number

Sum total number of buffer gets. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional cpuTime

cpuTime: undefined | number

Total CPU time consumed by the Sql. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional directWrites

directWrites: undefined | number

Sum total number of direct path writes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional diskReads

diskReads: undefined | number

Sum total number of disk reads. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional elapsedTime

elapsedTime: undefined | number

Elapsed time of the Sql. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional executions

executions: undefined | number

Total executions of this SQL statement. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj