Class SqlTuningSetSummary
The summary information of a SQL tuning set.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class SqlTuningSetSummary
Properties
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | The description of the SQL tuning set. |
ErrorMessage
Declaration
[JsonProperty(PropertyName = "errorMessage")]
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
string | Latest execution error of the plsql that was submitted as a scheduler job. |
Id
Declaration
[JsonProperty(PropertyName = "id")]
public int? Id { get; set; }
Property Value
Type | Description |
---|---|
int? | The unique Sql tuning set identifier. This is not OCID. |
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
ScheduledJobName
Declaration
[JsonProperty(PropertyName = "scheduledJobName")]
public string ScheduledJobName { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the Sql tuning set scheduler job. |
StatementCounts
Declaration
[JsonProperty(PropertyName = "statementCounts")]
public int? StatementCounts { get; set; }
Property Value
Type | Description |
---|---|
int? | The number of SQL statements in the SQL tuning set. |
Status
Declaration
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public SqlTuningSetStatusTypes? Status { get; set; }
Property Value
Type | Description |
---|---|
SqlTuningSetStatusTypes? | Current status of the Sql tuning set. |
TimeCreated
Declaration
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | The created time of the Sql tuning set. |
TimeLastModified
Declaration
[JsonProperty(PropertyName = "timeLastModified")]
public DateTime? TimeLastModified { get; set; }
Property Value
Type | Description |
---|---|
DateTime? | Last modified time of the Sql tuning set. |