Class DatabaseStorageAggregateMetrics
The database storage metric values.
Inheritance
DatabaseStorageAggregateMetrics
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class DatabaseStorageAggregateMetrics
Properties
StorageAllocated
Declaration
[JsonProperty(PropertyName = "storageAllocated")]
public MetricDataPoint StorageAllocated { get; set; }
Property Value
StorageUsed
Declaration
[JsonProperty(PropertyName = "storageUsed")]
public MetricDataPoint StorageUsed { get; set; }
Property Value
StorageUsedByTableSpace
Declaration
[JsonProperty(PropertyName = "storageUsedByTableSpace")]
public List<MetricDataPoint> StorageUsedByTableSpace { get; set; }
Property Value
Type |
Description |
List<MetricDataPoint> |
A list of the storage metrics grouped by TableSpace for a specific Managed Database.
|