Class ParserAction
A parser action. Typically refers to an operation to be performed while fetching or parsing the logs. Example: Unzip.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class ParserAction
Properties
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | Parser action name. |
Order
Declaration
[JsonProperty(PropertyName = "order")]
public int? Order { get; set; }
Property Value
Type | Description |
---|---|
int? | Parser action order. |