Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DropSqlPlanBaselinesDetails

The details required to drop SQL plan baselines. It takes either credentials or databaseCredential. It's recommended to provide databaseCredential

Properties

Optional credentials

Optional databaseCredential

Optional planName

planName: undefined | string

The plan name. It identifies a specific plan. If {@code null' then all plans associated with the SQL statement identified by }sqlHandle' are dropped.

Optional sqlHandle

sqlHandle: undefined | string

The SQL statement handle. It identifies plans associated with a SQL statement that are to be dropped. If {@code null} then {@code planName} must be specified.

Functions

getDeserializedJsonObj

getJsonObj