GetIndexesResult¶
- class borneo.GetIndexesResult[source]¶
Bases:
ResultRepresents the result of a
NoSQLHandle.get_indexes()operation.On a successful operation the index information is returned in a list of IndexInfo.
Methods Summary
Returns the list of index information returned by the operation.
Methods Documentation