Show / Hide Table of Contents

Class UnifiedAgentCriParser

CRI parser.

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

Properties

IsMergeCriFields

Declaration
[JsonProperty(PropertyName = "isMergeCriFields")]
public bool? IsMergeCriFields { get; set; }
Property Value
Type Description
bool?

If you don't need stream or logtag fields, set this to false.

NestedParser

Declaration
[JsonProperty(PropertyName = "nestedParser")]
public UnifiedJSONParser NestedParser { get; set; }
Property Value
Type Description
UnifiedJSONParser

Optional nested JSON Parser for CRI. Supported fields are fieldTimeKey, timeFormat, and isKeepTimeKey.

In this article
Back to top