Show / Hide Table of Contents

Class StaticDimensionValue

Static type of dimension value (passed as-is).

Inheritance
object
DimensionValueDetails
StaticDimensionValue
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.SchService.Models
Assembly: OCI.DotNetSDK.Sch.dll
Syntax
public class StaticDimensionValue : DimensionValueDetails

Properties

Value

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

The data extracted from the specified dimension value (passed as-is). Unicode characters only. For information on valid dimension keys and values, see {@link #metricDataDetails(MetricDataDetailsRequest) metricDataDetails}.

Remarks

Required

In this article
Back to top