Show / Hide Table of Contents

Class LogAnalyticsParserField

LogAnalyticsParserField

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

Properties

Actions

Declaration
[JsonProperty(PropertyName = "actions")]
public List<ParserAction> Actions { get; set; }
Property Value
Type Description
List<ParserAction>

List of actions/operations to be performed while fetching or parsing the logs.

Field

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

Parser

Declaration
[JsonProperty(PropertyName = "parser")]
public LogAnalyticsParser Parser { get; set; }
Property Value
Type Description
LogAnalyticsParser

ParserFieldExpression

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

the parser field expression.

ParserFieldId

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

The parser field unique identifier.

ParserFieldIntegratorName

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

The integrator name.

ParserFieldName

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

The parser field internal name.

ParserFieldSequence

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

The parser field sequence.

ParserName

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

The parser internal name.

StorageFieldName

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

The storage field name.

StructuredColumnInfo

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

The structured column information.

In this article
Back to top