ReadConcern

Specifies a level of isolation for read operations. For example, you can use read concern to only read data that has propagated to a majority of nodes in a replica set.

struct ReadConcern {}

Members

Enums

Level
enum Level

Variables

level
string level;

The level of the read concern.

See Also

Meta