Type alias ArangoSearchViewProperties
Type declaration
cleanupIntervalStep: number
commitIntervalMsec: number
consolidationIntervalMsec: number
optimizeTopK: string[]
primaryKeyCache: boolean
primarySort: {
direction: Direction;
field: string;
}[]
primarySortCache: boolean
primarySortCompression: Compression
storedValues: {
cache: boolean;
compression: Compression;
fields: string[];
}[]
writebufferActive: number
writebufferIdle: number
writebufferSizeMax: number
Properties of an ArangoSearch View.