The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>