Show / Hide Table of Contents

Class UnifiedAgentNoneParser

This parser signifies a non-parser, and puts the entire log line in a message_key.

Inheritance
object
UnifiedAgentParser
UnifiedAgentNoneParser
Inherited Members
UnifiedAgentParser.FieldTimeKey
UnifiedAgentParser.Types
UnifiedAgentParser.NullValuePattern
UnifiedAgentParser.IsNullEmptyString
UnifiedAgentParser.IsEstimateCurrentEvent
UnifiedAgentParser.IsKeepTimeKey
UnifiedAgentParser.TimeoutInMilliseconds
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class UnifiedAgentNoneParser : UnifiedAgentParser

Properties

MessageKey

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

Specifies the field name to contain logs.

In this article
Back to top