Class ParsedContent
Parsed representation of the log file.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class ParsedContent
Properties
FieldDisplayNames
Declaration
[JsonProperty(PropertyName = "fieldDisplayNames")]
public List<string> FieldDisplayNames { get; set; }
Property Value
Type | Description |
---|---|
List<string> | List of field display names. |
FieldNames
Declaration
[JsonProperty(PropertyName = "fieldNames")]
public List<string> FieldNames { get; set; }
Property Value
Type | Description |
---|---|
List<string> | List of field names. |
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. |
MatchStatus
Declaration
[JsonProperty(PropertyName = "matchStatus")]
public string MatchStatus { get; set; }
Property Value
Type | Description |
---|---|
string | Match Status. |
ParsedFieldValues
Declaration
[JsonProperty(PropertyName = "parsedFieldValues")]
public List<ParsedField> ParsedFieldValues { get; set; }
Property Value
Type | Description |
---|---|
List<ParsedField> | Parsed field values. |
SampleSize
Declaration
[JsonProperty(PropertyName = "sampleSize")]
public int? SampleSize { get; set; }
Property Value
Type | Description |
---|---|
int? | Sample Size taken for validation. |