Show / Hide Table of Contents

Class PerformanceMetrics

The Data Guard performance metric details.

Inheritance
object
PerformanceMetrics
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top