Show / Hide Table of Contents

Class LogAnalyticsExtendedField

LogAnalyticsExtendedField

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

Properties

ExtendedFieldDefinition

Declaration
[JsonProperty(PropertyName = "extendedFieldDefinition")]
public LogAnalyticsSourceExtendedFieldDefinition ExtendedFieldDefinition { get; set; }
Property Value
Type Description
LogAnalyticsSourceExtendedFieldDefinition

ExtendedFieldDefinitionId

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

The extended field unique identifier.

ExtendedFieldId

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

The extended field unique identifier.

Field

Declaration
[JsonProperty(PropertyName = "field")]
public LogAnalyticsField Field { get; set; }
Property Value
Type Description
LogAnalyticsField

FieldDisplayName

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

The field internal display name.

FieldName

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

The field internal name

SavedRegularExpressionName

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

The saved regular expression name.

In this article
Back to top