AggregateOptions.allowDiskUse

Enables writing to temporary files. When set to true, aggregation operations can write data to the _tmp subdirectory in the dbPath directory.

struct AggregateOptions
Nullable!bool allowDiskUse;

Meta