Show / Hide Table of Contents

Class ParsedField

Parsed field response.

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

Properties

FieldValues

Declaration
[JsonProperty(PropertyName = "fieldValues")]
public List<string> FieldValues { get; set; }
Property Value
Type Description
List<string>

List of field Values.

LogContent

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

Sample log entries picked up from the given file for validation.

In this article
Back to top