enums
Table of Contents
Classes
- CollectionField
- Field names exchanged with the ArangoDB server through the collection
management API (`/_api/collection`), both on the request side (e.g.
- CollectionRoute
- URI suffixes appended to `/_api/collection/{name}` for the various
sub-resources of a collection on the ArangoDB server.
- CollectionType
- Collection type values defined by the ArangoDB server protocol.
- ImportField
- Field names carried by the response body of the ArangoDB bulk import
endpoint (`POST /_api/import?collection={name}`).
- OnDuplicate
- Strategies accepted by the `onDuplicate` query parameter of the
ArangoDB bulk import endpoint (`POST /_api/import?collection={name}`).