Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReadConcern

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

Hierarchy

  • ReadConcern

Index

Constructors

Properties

level: string

Accessors

  • get AVAILABLE(): "available"
  • get LINEARIZABLE(): "linearizable"
  • get MAJORITY(): "majority"
  • get SNAPSHOT(): "snapshot"

Methods

Generated using TypeDoc