Class AwrDbSqlReport
The result of the AWR SQL report.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class AwrDbSqlReport : AwrQueryResult
Properties
Content
Declaration
[JsonProperty(PropertyName = "content")]
public string Content { get; set; }
Property Value
Type | Description |
---|---|
string | The content of the report. |
Format
Declaration
[JsonProperty(PropertyName = "format")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AwrDbSqlReport.FormatEnum? Format { get; set; }
Property Value
Type | Description |
---|---|
AwrDbSqlReport.FormatEnum? | The format of the report. |