Class ExtractLogHeaderDetails
log header values
Inherited Members
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. |