Class SqlTuningTaskSqlDetail
The details of the SQL statements on which SQL tuning is performed.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class SqlTuningTaskSqlDetail
Properties
SqlId
Declaration
[Required(ErrorMessage = "SqlId is required.")]
[JsonProperty(PropertyName = "sqlId")]
public string SqlId { get; set; }
Property Value
Type | Description |
---|---|
string | The identifier of a SQL statement. |
Remarks
Required