Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SpmEvolveTaskParameters

The set of parameters used in an SPM evolve task.

Properties

Optional allowedTimeLimit

allowedTimeLimit: undefined | number

The global time limit in seconds. This is the total time allowed for the task. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional alternatePlanBaselines

alternatePlanBaselines: Array<AlternatePlanBaselines>

Determines which alternative plans should be loaded.

Optional alternatePlanLimit

alternatePlanLimit: undefined | number

Specifies the maximum number of plans to load in total (that is, not the limit for each SQL statement). A value of zero indicates {@code UNLIMITED} number of plans. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional alternatePlanSources

alternatePlanSources: Array<AlternatePlanSources>

Determines which sources to search for additional plans.

Optional arePlansAutoAccepted

arePlansAutoAccepted: undefined | false | true

Specifies whether to accept recommended plans automatically.

Functions

getDeserializedJsonObj

getJsonObj