Show / Hide Table of Contents

Class LogAnalyticsParserFilter

LogAnalyticsParserFilter

Inheritance
object
LogAnalyticsParserFilter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class LogAnalyticsParserFilter

Properties

AgentVersion

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

The agent version.

Id

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

The parser filter unique identifier.

IsInUse

Declaration
[JsonProperty(PropertyName = "isInUse")]
public long? IsInUse { get; set; }
Property Value
Type Description
long?

A flag idicating whether or not hte filter is currently being used.

OperatingSystem

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

The operating system.

Parser

Declaration
[JsonProperty(PropertyName = "parser")]
public LogAnalyticsParser Parser { get; set; }
Property Value
Type Description
LogAnalyticsParser

ParserId

Declaration
[JsonProperty(PropertyName = "parserId")]
public long? ParserId { get; set; }
Property Value
Type Description
long?

The parser unique identifier.

Version

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

The version.

In this article
Back to top