Defined in node_modules/.pnpm/mongodb@5.9.2/node_modules/mongodb/mongodb.d.ts:5344 Constructors constructor new Read Concern ( level ) : ReadConcern Defined in node_modules/.pnpm/mongodb@5.9.2/node_modules/mongodb/mongodb.d.ts:5347 Properties level level : string
Defined in node_modules/.pnpm/mongodb@5.9.2/node_modules/mongodb/mongodb.d.ts:5345 Accessors Static AVAILABLE get AVAILABLE( ) : "available" Returns "available" Defined in node_modules/.pnpm/mongodb@5.9.2/node_modules/mongodb/mongodb.d.ts:5358 Static LINEARIZABLE get LINEARIZABLE( ) : "linearizable" Returns "linearizable" Defined in node_modules/.pnpm/mongodb@5.9.2/node_modules/mongodb/mongodb.d.ts:5359 Static MAJORITY get MAJORITY( ) : "majority" Returns "majority" Defined in node_modules/.pnpm/mongodb@5.9.2/node_modules/mongodb/mongodb.d.ts:5357 Static SNAPSHOT get SNAPSHOT( ) : "snapshot" Returns "snapshot" Defined in node_modules/.pnpm/mongodb@5.9.2/node_modules/mongodb/mongodb.d.ts:5360 Methods Static from Options from Options ( options ? ) : ReadConcern Defined in node_modules/.pnpm/mongodb@5.9.2/node_modules/mongodb/mongodb.d.ts:5353
The MongoDB ReadConcern, which allows for control of the consistency and isolation properties of the data read from replica sets and replica set shards.
See
https://www.mongodb.com/docs/manual/reference/read-concern/index.html