Show / Hide Table of Contents

Class ResourceStatisticsAggregation

Contains database details and resource statistics

Inheritance
object
ResourceStatisticsAggregation
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 ResourceStatisticsAggregation

Properties

CurrentStatistics

Declaration
[JsonProperty(PropertyName = "currentStatistics")]
public ResourceStatistics CurrentStatistics { get; set; }
Property Value
Type Description
ResourceStatistics

DatabaseDetails

Declaration
[JsonProperty(PropertyName = "databaseDetails")]
public DatabaseDetails DatabaseDetails { get; set; }
Property Value
Type Description
DatabaseDetails
In this article
Back to top