Class UnifiedAgentRegexParser
Regexp parser.
Inherited Members
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class UnifiedAgentRegexParser : UnifiedAgentParserProperties
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. |