Show / Hide Table of Contents

Class LabelSourceSummary

source summary

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

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.

LabelCondition

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

The label condition.

LabelFieldDisplayname

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

The label field display name.

LabelFieldName

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

The label field name.

LabelOperatorName

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

The label operator.

SourceDisplayName

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

The source display name.

SourceId

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

The source unique identifier.

SourceName

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

The source internal name.

In this article
Back to top