Show / Hide Table of Contents

Class SqlTuningTaskSqlDetail

The details of the SQL statements on which SQL tuning is performed.

Inheritance
object
SqlTuningTaskSqlDetail
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top