Show / Hide Table of Contents

Class AwrDbSnapshotRangeCollection

The AWR snapshot range list.

Inheritance
object
AwrQueryResult
AwrDbSnapshotRangeCollection
Inherited Members
AwrQueryResult.Name
AwrQueryResult.Version
AwrQueryResult.QueryKey
AwrQueryResult.DbQueryTimeInSecs
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class AwrDbSnapshotRangeCollection : AwrQueryResult

Properties

Items

Declaration
[JsonProperty(PropertyName = "items")]
public List<AwrDbSnapshotRangeSummary> Items { get; set; }
Property Value
Type Description
List<AwrDbSnapshotRangeSummary>

A list of AWR snapshot range summary data.

In this article
Back to top