Show / Hide Table of Contents

Class ExadataDatabaseStatisticsSummary

Database details and statistics.

Inheritance
object
ExadataInsightResourceStatisticsAggregation
ExadataDatabaseStatisticsSummary
Inherited Members
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 ExadataDatabaseStatisticsSummary : ExadataInsightResourceStatisticsAggregation

Properties

CurrentStatistics

Declaration
[Required(ErrorMessage = "CurrentStatistics is required.")]
[JsonProperty(PropertyName = "currentStatistics")]
public ExadataInsightResourceStatistics CurrentStatistics { get; set; }
Property Value
Type Description
ExadataInsightResourceStatistics
Remarks

Required

ResourceDetails

Declaration
[Required(ErrorMessage = "ResourceDetails is required.")]
[JsonProperty(PropertyName = "resourceDetails")]
public DatabaseDetails ResourceDetails { get; set; }
Property Value
Type Description
DatabaseDetails
Remarks

Required

In this article
Back to top