Class SqlTuningSetInput
The SQL tuning set for a SQL tuning task.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class SqlTuningSetInputProperties
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The name of the SQL tuning set. | 
Remarks
Required
Owner
Declaration
[Required(ErrorMessage = "Owner is required.")]
[JsonProperty(PropertyName = "owner")]
public string Owner { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The owner of the SQL tuning set. | 
Remarks
Required