IndexCollection

class oci.nosql.models.IndexCollection(**kwargs)

Bases: object

Results of ListIndexes.

Methods

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

Attributes

items Gets the items of this IndexCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.nosql.models.IndexSummary]) – The value to assign to the items property of this IndexCollection.
items

Gets the items of this IndexCollection. A page of IndexSummary objects.

Returns:The items of this IndexCollection.
Return type:list[oci.nosql.models.IndexSummary]