Show / Hide Table of Contents

Class DimensionField

Metric collection dimension field.

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

Properties

DimensionName

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

Dimension name to be stored with the metric.

QueryFieldName

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

Output field in the query to be used as the source for the metric dimension.

Remarks

Required

In this article
Back to top