Type alias AqlAnalyzerDescription
Aql
Analyzer
Description
: GenericAnalyzerDescription & { properties
: { batchSize
: number; collapsePositions
: boolean; keepNull
: boolean; memoryLimit
: number; queryString
: string; returnType
: "string" | "number" | "bool" }; type
: "aql" }
An object describing an AQL Analyzer