Variable AggregateOptions.readConcern
Specifies the read concern. Only compatible with a write stage. (e.g.
$out
, $merge
)
struct AggregateOptions
{
// ...
std .typecons .Nullable!(vibe.db.mongo.collection.ReadConcern) readConcern
;
// ...
}
Aggregate commands do not support the ReadConcern
level.