Show / Hide Table of Contents

Class MetricDimensionDefinition

The metric dimension details.

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

Properties

DimensionName

Declaration
[JsonProperty(PropertyName = "dimensionName")]
public string DimensionName { get; set; }
Property Value
Type Description
string

The name of the dimension.

DimensionValue

Declaration
[JsonProperty(PropertyName = "dimensionValue")]
public string DimensionValue { get; set; }
Property Value
Type Description
string

The value of the dimension.

In this article
Back to top