Show / Hide Table of Contents

Class UnifiedAgentRegexParser

Regexp parser.

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

Properties

Expression

Declaration
[Required(ErrorMessage = "Expression is required.")]
[JsonProperty(PropertyName = "expression")]
public string Expression { get; set; }
Property Value
Type Description
string

Regex pattern.

Remarks

Required

TimeFormat

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

Time format.

In this article
Back to top