Indexes

class pyArango.index.Index(collection, infos=None, creationData=None)[source]

An index on a collection’s fields. Indexes are meant to de created by ensureXXX functions of Collections. Indexes have a .infos dictionary that stores all the infos about the index

delete()[source]

Delete the index

restore()[source]

restore and index that has been previously deleted