Show / Hide Table of Contents

Class Dimension

A dimension is a label that is used to describe or group metrics.

Inheritance
object
Dimension
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApmconfigService.Models
Assembly: OCI.DotNetSDK.Apmconfig.dll
Syntax
public class Dimension

Properties

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

The name of the dimension.

Remarks

Required

ValueSource

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

The source to populate the dimension. This must not be specified.

In this article
Back to top