Show / Hide Table of Contents

Class ExtractLogHeaderDetails

log header values

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

Properties

HeaderValues

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

The log header values.

LogKey

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

The log key.

In this article
Back to top