Show / Hide Table of Contents

Class AwrDatabaseSqlReport

The result of the AWR SQL report.

Inheritance
object
AwrQueryResult
AwrDatabaseSqlReport
Inherited Members
AwrQueryResult.Name
AwrQueryResult.Version
AwrQueryResult.DbQueryTimeInSecs
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class AwrDatabaseSqlReport : 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 AwrDatabaseSqlReport.FormatEnum? Format { get; set; }
Property Value
Type Description
AwrDatabaseSqlReport.FormatEnum?

The format of the report.

In this article
Back to top