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