Show / Hide Table of Contents

Class AbstractParserTestResultLogEntry

AbstractParserTestResultLogEntry

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

Properties

ExtraInfoAttributes

Declaration
[JsonProperty(PropertyName = "extraInfoAttributes")]
public Dictionary<string, string> ExtraInfoAttributes { get; set; }
Property Value
Type Description
Dictionary<string, string>

Extra information attributes.

FieldMap

Declaration
[JsonProperty(PropertyName = "fieldMap")]
public Dictionary<string, string> FieldMap { get; set; }
Property Value
Type Description
Dictionary<string, string>

The field map.

FieldNameValueMap

Declaration
[JsonProperty(PropertyName = "fieldNameValueMap")]
public Dictionary<string, string> FieldNameValueMap { get; set; }
Property Value
Type Description
Dictionary<string, string>

The field name value map.

FieldPositionValueMap

Declaration
[JsonProperty(PropertyName = "fieldPositionValueMap")]
public Dictionary<string, string> FieldPositionValueMap { get; set; }
Property Value
Type Description
Dictionary<string, string>

The field position value map.

Fields

Declaration
[JsonProperty(PropertyName = "fields")]
public Dictionary<string, string> Fields { get; set; }
Property Value
Type Description
Dictionary<string, string>

The parser fields.

LogEntry

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

The log entry.

MatchStatus

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

The match status.

MatchStatusDescription

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

The match status description.

In this article
Back to top