Class NamedCaptureValue
Named capture value.
Inherited Members
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. |