FindOptions.allowDiskUse

Enables writing to temporary files on the server. When set to true, the server can write temporary data to disk while executing the find operation.

This option is only supported by servers >= 4.4.

struct FindOptions
@errorBefore(WireVersion.v44)
Nullable!bool allowDiskUse;

Meta