Show / Hide Table of Contents

Class AbstractParserTestResultLogLine

AbstractParserTestResultLogLine

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

Properties

FindEndIndex

Declaration
[JsonProperty(PropertyName = "findEndIndex")]
public int? FindEndIndex { get; set; }
Property Value
Type Description
int?

The find end index.

FindStartIndex

Declaration
[JsonProperty(PropertyName = "findStartIndex")]
public int? FindStartIndex { get; set; }
Property Value
Type Description
int?

The find start index.

GrpNameValueMap

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

The group name value map.

OriginalLogLine

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

The original log line.

PreProcessedLogLine

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

The pre-processed log line.

ReplaceEndIndex

Declaration
[JsonProperty(PropertyName = "replaceEndIndex")]
public int? ReplaceEndIndex { get; set; }
Property Value
Type Description
int?

The replace end index.

ReplaceStartIndex

Declaration
[JsonProperty(PropertyName = "replaceStartIndex")]
public int? ReplaceStartIndex { get; set; }
Property Value
Type Description
int?

The replace start index.

ReplaceString

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

The replacement string.

In this article
Back to top