enums
Table of Contents
Classes
- Compression
- Compression strategy for the `primarySortCompression` of an ArangoSearch
view and for the compression of its `storedValues` columns.
- ConsolidationPolicyType
- Discriminator (`type` field) of the `consolidationPolicy` object that
drives how an ArangoSearch view merges its index segments.
- StoreValues
- Per-link / per-field `storeValues` strategy on an ArangoSearch view.
- ViewField
- JSON field names exchanged with the ArangoDB view API (`/_api/view`),
on both the request side (body of `POST /_api/view`,
`PATCH/PUT /_api/view/{name}/properties`) and the response side
(`GET /_api/view`, `GET /_api/view/{name}`,
`GET /_api/view/{name}/properties`).
- ViewType
- ArangoDB view type discriminator, used as the `type` field of every
payload sent to `POST /_api/view` and returned by
`GET /_api/view/{name}` and `GET /_api/view/{name}/properties`.