enums
Table of Contents
Classes
- IndexField
- JSON field names exchanged with the ArangoDB index API (`/_api/index`), on both the request side (body of `POST /_api/index`) and the response side (entries of `GET /_api/index?collection=…` and `GET /_api/index/{id}`).
- IndexType
- Type values accepted by the ArangoDB index API as the `type` field of a `POST /_api/index` request (and returned on the response side).