Class ValidateLabelConditionDetails
Required information needed to evaluate a source label condition.
Inherited Members
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. |