Show / Hide Table of Contents

Class UnifiedAgentMultilineParser

Multiline parser.

Inheritance
object
UnifiedAgentParser
UnifiedAgentMultilineParser
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 UnifiedAgentMultilineParser : UnifiedAgentParser

Properties

Format

Declaration
[Required(ErrorMessage = "Format is required.")]
[JsonProperty(PropertyName = "format")]
public List<string> Format { get; set; }
Property Value
Type Description
List<string>

Mutiline pattern format.

Remarks

Required

FormatFirstline

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

First line pattern format.

In this article
Back to top