Variable AggregateOptions.readConcern
Specifies the read concern.
struct AggregateOptions
{
// ...
std .typecons .Nullable!(vibe.db.mongo.collection.ReadConcern) readConcern
;
// ...
}