Options
All
  • Public
  • Public/Protected
  • All
Menu

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://docs.mongodb.com/manual/reference/read-concern/index.html

Hierarchy

  • ReadConcern

Index

Properties

level: string

Constructors

Methods

Accessors

  • get MAJORITY(): "majority"
  • Returns "majority"

  • get AVAILABLE(): "available"
  • Returns "available"

  • get LINEARIZABLE(): "linearizable"
  • Returns "linearizable"

  • get SNAPSHOT(): "snapshot"
  • Returns "snapshot"

Generated using TypeDoc