Getter methods
getStore
The getStore
method returns a reference to the underlying Store
that is backing this Indexes
object. Read more.
getTableId
The getTableId
method returns the Id
of the underlying Table
that is backing an Index
. Read more.
getSliceRowIds
The getSliceRowIds
method gets the list of Row
Ids
in a given Slice
, within a given Index
. Read more.
getIndexIds
The getIndexIds
method returns an array of the Index
Ids
registered with this Indexes
object. Read more.
getSliceIds
The getSliceIds
method gets the list of Slice
Ids
in an Index
. Read more.
hasIndex
The hasIndex
method returns a boolean indicating whether a given Index
exists in the Indexes
object. Read more.
hasSlice
The hasSlice
method returns a boolean indicating whether a given Slice
exists in the Indexes
object. Read more.