Show / Hide Table of Contents

Class Indexes

Indexes

Inheritance
object
Indexes
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 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.

In this article
Back to top