Show / Hide Table of Contents

Class ValidateLabelConditionDetails

Required information needed to evaluate a source label condition.

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

Properties

ConditionBlock

Declaration
[JsonProperty(PropertyName = "conditionBlock")]
public ConditionBlock ConditionBlock { get; set; }
Property Value
Type Description
ConditionBlock

ConditionString

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

String representation of the label condition to validate.

FieldValues

Declaration
[JsonProperty(PropertyName = "fieldValues")]
public List<LogAnalyticsProperty> FieldValues { get; set; }
Property Value
Type Description
List<LogAnalyticsProperty>

An array of field name-value pairs to evaluate the label condition.

In this article
Back to top