Class UnifiedAgentNoneParser
This parser signifies a non-parser, and puts the entire log line in a message_key.
Inherited Members
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class UnifiedAgentNoneParser : UnifiedAgentParserProperties
MessageKey
Declaration
[JsonProperty(PropertyName = "messageKey")]
public string MessageKey { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Specifies the field name to contain logs. |