Show / Hide Table of Contents

Class ExtractLogHeaderResults

log header values

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

Properties

HeaderPaths

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

The log header values.

JsonPaths

Declaration
[JsonProperty(PropertyName = "jsonPaths")]
public List<ExtractLogHeaderDetails> JsonPaths { get; set; }
Property Value
Type Description
List<ExtractLogHeaderDetails>

The log header json paths.

XmlPaths

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

The log field or log header values.

In this article
Back to top