Show / Hide Table of Contents

Class LookupField

LookupField

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

Properties

CommonFieldName

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

The common field name.

DefaultMatchValue

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

The default match value.

DisplayName

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

The field display name.

IsCommonField

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

A flag indicating whether or not the lookup field is a common field.

MatchOperator

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

The match operator.

Name

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

The field name.

Position

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

THe field position.

In this article
Back to top