Show / Hide Table of Contents

Class LogAnalyticsSourceLabelCondition

LogAnalyticsSourceLabelCondition

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

Properties

BlockConditionField

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

The block condition field.

BlockConditionOperator

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

The block condition operator.

BlockConditionValue

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

The block condition value.

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. This supports specifying multiple condition blocks at various nested levels.

ContentExample

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

The content example.

FieldName

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

The internal field name.

IsEnabled

Declaration
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

A flag inidcating whether or not the condition is enabled.

IsInlineLabelExistingInDatabase

Declaration
[JsonProperty(PropertyName = "isInlineLabelExistingInDatabase")]
public bool? IsInlineLabelExistingInDatabase { get; set; }
Property Value
Type Description
bool?

A flag indicating whether or not the inline label exists in the database.

IsSystem

Declaration
[JsonProperty(PropertyName = "isSystem")]
public bool? IsSystem { get; set; }
Property Value
Type Description
bool?

The system flag. A value of false denotes a custom, or user defined object. A value of true denotes a built in object.

IsVisible

Declaration
[JsonProperty(PropertyName = "isVisible")]
public bool? IsVisible { get; set; }
Property Value
Type Description
bool?

A flag indicating whether or not the label condition is visible.

LabelConditionId

Declaration
[JsonProperty(PropertyName = "labelConditionId")]
public long? LabelConditionId { get; set; }
Property Value
Type Description
long?

The unique identifier of the condition.

LabelConditionOperator

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

The condition operator.

LabelConditionValue

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

The condition value.

LabelConditionValues

Declaration
[JsonProperty(PropertyName = "labelConditionValues")]
public List<string> LabelConditionValues { get; set; }
Property Value
Type Description
List<string>

A list of condition values.

LabelDisplayName

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

The label display name.

LabelName

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

The label name.

Message

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

The message.

SourceId

Declaration
[JsonProperty(PropertyName = "sourceId")]
public long? SourceId { get; set; }
Property Value
Type Description
long?

The unique identifier of the source.

StorageField

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

The label storage field.

In this article
Back to top