Enum ReadConcern.Level
enum Level
: string { ... }
Enum members
Name | Description |
---|---|
available
|
This is the default for reads against secondaries when afterClusterTime and "level" are unspecified. The query returns the the instance’s most recent data. |
linearizable
|
Available for read operations on the primary only. |
local
|
This is the default read concern level. |
majority
|
Available for replica sets that use WiredTiger storage engine. |