Indexes

class oci.log_analytics.models.Indexes(**kwargs)

Bases: object

Methods

__init__(**kwargs) Initializes a new Indexes object with values from keyword arguments.

Attributes

end_index Gets the end_index of this Indexes.
start_index Gets the start_index of this Indexes.
__init__(**kwargs)

Initializes a new Indexes object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • end_index (int) – The value to assign to the end_index property of this Indexes.
  • start_index (int) – The value to assign to the start_index property of this Indexes.
end_index

Gets the end_index of this Indexes. The end index.

Returns:The end_index of this Indexes.
Return type:int
start_index

Gets the start_index of this Indexes. The start index.

Returns:The start_index of this Indexes.
Return type:int