Show / Hide Table of Contents

Class StepInfo

StepInfo

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

Properties

InputSequenceCurrentMatch

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

The currnet input sequence match.

RegexEngineClassName

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

The regular expression engine class name.

StepCount

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

The step count.

In this article
Back to top