Show / Hide Table of Contents

Class LogAnalyticsPatternFilter

LogAnalyticsPatternFilter

Inheritance
object
LogAnalyticsPatternFilter
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 LogAnalyticsPatternFilter

Properties

AgentVersion

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

The agent version.

IsInUse

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

A flag indicating whether or not the pattern filter is currently in use.

OperatingSystem

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

The operating system.

Pattern

Declaration
[JsonProperty(PropertyName = "pattern")]
public LogAnalyticsSourcePattern Pattern { get; set; }
Property Value
Type Description
LogAnalyticsSourcePattern

PatternId

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

The pattern unique identifier.

Source

Declaration
[JsonProperty(PropertyName = "source")]
public LogAnalyticsSource Source { get; set; }
Property Value
Type Description
LogAnalyticsSource

SourceId

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

The source unique identifier.

Version

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

The pattern filter version.

In this article
Back to top