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.MongoDB ReadConcern,允许控制从副本集和副本集分片读取的数据的一致性和隔离属性。

see

https://docs.mongodb.com/manual/reference/read-concern/index.html

Hierarchy继承层级

  • ReadConcern

Index索引

Constructors构造函数

Properties属性

Accessors访问器

Methods方法

Constructors构造函数

Properties属性

level: string

Accessors访问器

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

Methods方法

Generated using TypeDoc