Class Indexes
Indexes
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class Indexes
  Properties
EndIndex
Declaration
[JsonProperty(PropertyName = "endIndex")]
public int? EndIndex { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int? | The end index.  | 
      
StartIndex
Declaration
[JsonProperty(PropertyName = "startIndex")]
public int? StartIndex { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int? | The start index.  |