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::Primary - An ArangoDB Primary Index

DESCRIPTION

Instance of ArangoDB primary index.

METHODS

new()

Constructor.

id()

Returns identifier of index.

type()

Returns type of index. This method will return 'primary'.

collection_id()

Returns identifier of the index.

fields()

List of attribure paths.

drop()

Drop the index.

AUTHOR

Hideaki Ohno <hide.o.j55 {at} gmail.com>