Class PerformanceMetrics
The Data Guard performance metric details.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class PerformanceMetrics
Properties
Datapoints
Declaration
[JsonProperty(PropertyName = "datapoints")]
public List<DataPoints> Datapoints { get; set; }
Property Value
Type | Description |
---|---|
List<DataPoints> | The aggregated datapoints of the metric. |
Dimensions
Declaration
[JsonProperty(PropertyName = "dimensions")]
public object Dimensions { get; set; }
Property Value
Type | Description |
---|---|
object | The dimensions of the Data Guard performance metrics, such as primary database ID, primary database unique name. |
Metadata
Declaration
[JsonProperty(PropertyName = "metadata")]
public object Metadata { get; set; }
Property Value
Type | Description |
---|---|
object | The metadata of the metric, such as Unit. |
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the metric. |