Class DimensionField
Metric collection dimension field.
Inherited Members
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