Struct 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
;
Fields
Name | Type | Description |
---|---|---|
level
|
string | The level of the read concern. |
Enums
Name | Description |
---|---|
Level
|