Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SqlTuningTaskPlanStats

The statistics of a SQL execution plan.

Properties

planStats

planStats: object

A map contains the statistics for the SQL execution using the plan. The key of the map is the metric's name. The value of the map is the metric's value.

Type declaration

  • [key: string]: number

planStatus

planStatus: PlanStatus

The status of the execution using the plan.

planType

planType: string

The type of the original or modified plan with profile, index, and so on.

Functions

getDeserializedJsonObj

getJsonObj