Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ChangeSqlPlanBaselinesAttributesDetails

The details required to change SQL plan baseline attributes. It takes either credentials or databaseCredential. It's recommended to provide databaseCredential

Properties

Optional credentials

Optional databaseCredential

Optional isAutoPurged

isAutoPurged: undefined | false | true

Indicates whether the plan is purged if it is not used for a time period.

Optional isEnabled

isEnabled: undefined | false | true

Indicates whether the plan is available for use by the optimizer.

Optional isFixed

isFixed: undefined | false | true

Indicates whether the plan baseline is fixed. A fixed plan takes precedence over a non-fixed plan.

Optional planName

planName: undefined | string

Then plan name. It identifies a specific plan. If {@code null' then all plans associated with a SQL statement identified by }sqlHandle' are considered for attribute changes.

Optional sqlHandle

sqlHandle: undefined | string

The SQL statement handle. It identifies plans associated with a SQL statement for attribute changes. If {@code null} then {@code planName} must be specified.

Functions

getDeserializedJsonObj

getJsonObj