FindOptions.readConcern

Specifies the read concern. Only compatible with a write stage. (e.g. $out, $merge)

Aggregate commands do not support the ReadConcern.Level.linearizable level.

struct FindOptions
Nullable!ReadConcern readConcern;

Meta