Collection operation options.
More...
Collection operation options.
◆ ForceCountImpl
Selects count implementation to use: new aggregation-based or old cmd-based.
Definition at line 265 of file options.hpp.
◆ ReadConcern
Read concern.
- See also
- https://docs.mongodb.org/manual/reference/readConcern/
Enumerator |
---|
kLocal | no replication checks, default level
|
kMajority | return data replicated to a majority of RS members
|
kLinearizable | waits for all running majority writes to finish before read
|
kAvailable | no replication checks, may return orphaned documents if sharded; since 3.6
|
Definition at line 66 of file options.hpp.