Show / Hide Table of Contents

Class NamedCaptureValue

Named capture value.

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

Properties

SubSequence

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

The subSequence.

SubSequenceEndIndex

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

The subSequence end index.

SubSequenceStartIndex

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

The subSequence start index.

In this article
Back to top