Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SqlPlanInsightAggregation

SQL execution plan Performance statistics.

Properties

cpuTimeInSec

cpuTimeInSec: number

CPU Time in seconds Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

executionsCount

executionsCount: number

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

inefficientWaitTimeInSec

inefficientWaitTimeInSec: number

Inefficient Wait Time in seconds Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

ioTimeInSec

ioTimeInSec: number

IO Time in seconds Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

planHash

planHash: number

Plan hash value for the SQL Execution Plan Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj