Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CloneSqlTuningTaskDetails

The request to clone and run a SQL tuning task. The new task uses the same inputs as the one being cloned. It takes either credentialDetails or databaseCredential. It's recommended to provide databaseCredential

Properties

Optional credentialDetails

Optional databaseCredential

originalTaskId

originalTaskId: number

The identifier of the SQL tuning task being cloned. This is not the OCID. It can be retrieved from the following endpoint {@link #listSqlTuningAdvisorTasks(ListSqlTuningAdvisorTasksRequest) listSqlTuningAdvisorTasks}. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional taskDescription

taskDescription: undefined | string

The description of the SQL tuning task.

taskName

taskName: string

The name of the SQL tuning task. The name is unique per user in a database, and it is case-sensitive.

Functions

getDeserializedJsonObj

getJsonObj