NAME
ArangoDB::Index::SkipList - An ArangoDB Skip-List Index
DESCRIPTION
Instance of ArangoDB skip-list index.
METHODS
new()
Constructor.
id()
Returns identifier of index.
type()
Returns type of index. This method will return 'skiplist'.
collection_id()
Returns identifier of the index.
fields()
List of attribute paths.
unique()
If it is true, it is a unique index.
drop()
Drop the index.
AUTHOR
Hideaki Ohno <hide.o.j55 {at} gmail.com>