Class AwrQueryResult
The AWR query result.
Inheritance
AwrQueryResult
      
      
      
      
      
      
      
      
      
      
      
      
      
  Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
[JsonConverter(typeof(AwrQueryResultModelConverter))]
public class AwrQueryResult
  Properties
DbQueryTimeInSecs
Declaration
[JsonProperty(PropertyName = "dbQueryTimeInSecs")]
public double DbQueryTimeInSecs { get; set; }
  Property Value
| Type | Description | 
|---|---|
| double | The time taken to query the database tier (in seconds).  | 
      
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The name of the query result.  | 
      
Remarks
Required
Version
Declaration
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The version of the query result.  |