Show / Hide Table of Contents

Class MatchInfo

MatchInfo

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

Properties

MatchingLogEntryEndIndex

Declaration
[JsonProperty(PropertyName = "matchingLogEntryEndIndex")]
public int? MatchingLogEntryEndIndex { get; set; }
Property Value
Type Description
int?

The end index of the matching log entry.

RegexScore

Declaration
[JsonProperty(PropertyName = "regexScore")]
public int? RegexScore { get; set; }
Property Value
Type Description
int?

The regular expression score.

StepCount

Declaration
[JsonProperty(PropertyName = "stepCount")]
public int? StepCount { get; set; }
Property Value
Type Description
int?

The step count.

In this article
Back to top