GetIndexesResult

class borneo.GetIndexesResult[source]

Bases: Result

Represents the result of a NoSQLHandle.get_indexes() operation.

On a successful operation the index information is returned in a list of IndexInfo.

Methods Summary

get_indexes()

Returns the list of index information returned by the operation.

Methods Documentation

get_indexes()[source]

Returns the list of index information returned by the operation.

Returns:

the indexes information.

Return type:

list(IndexInfo)