Type alias CreateArangoSearchViewOptions
Create
Arango
Search
View
Options
: ArangoSearchViewPropertiesOptions & { primarySort
?: ({ direction
: Direction; field
: string; } | { asc
: boolean; field
: string; })[]; primarySortCompression
?: Compression; storedValues
?: { cache
?: boolean; compression
?: Compression; fields
: string[]; }[]; type
: "arangosearch"; writebufferActive
?: number; writebufferIdle
?: number; writebufferSizeMax
?: number; }
Options for creating an ArangoSearch View.