Class ResourceStatisticsAggregation
Contains database details and resource statistics
Inheritance
ResourceStatisticsAggregation
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class ResourceStatisticsAggregation
Properties
CurrentStatistics
Declaration
[JsonProperty(PropertyName = "currentStatistics")]
public ResourceStatistics CurrentStatistics { get; set; }
Property Value
DatabaseDetails
Declaration
[JsonProperty(PropertyName = "databaseDetails")]
public DatabaseDetails DatabaseDetails { get; set; }
Property Value