Defined in src/read_concern.ts:25 Constructorsconstructor new Read Concern ( level ) : ReadConcern Defined in src/read_concern.ts:29 Propertieslevel level : string
Defined in src/read_concern.ts:26 AccessorsStaticAVAILABLE get AVAILABLE( ) : "available" Returns "available" Defined in src/read_concern.ts:73 StaticLINEARIZABLE get LINEARIZABLE( ) : "linearizable" Returns "linearizable" Defined in src/read_concern.ts:77 StaticMAJORITY get MAJORITY( ) : "majority" Returns "majority" Defined in src/read_concern.ts:69 StaticSNAPSHOT get SNAPSHOT( ) : "snapshot" Returns "snapshot" Defined in src/read_concern.ts:81 MethodstoJSON toJSON ( ) : Document Defined in src/read_concern.ts:85 Staticfrom Options from Options ( options ? ) : undefined | ReadConcern Defined in src/read_concern.ts:44
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