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

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.

In this article
Back to top