Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReadPreferenceLikeOptions

Hierarchy继承层级

Index索引

Properties属性

hedge?: HedgeOptions

Server mode in which the same query is dispatched in parallel to multiple replica set members.服务器模式,其中将同一查询并行分派给多个副本集成员。

maxStalenessSeconds?: number

Max secondary read staleness in seconds, Minimum value is 90 seconds.最大辅助读取过期时间(秒),最小值为90秒。

readPreference?: ReadPreferenceLike | { maxStalenessSeconds?: number; mode?: ReadPreferenceMode; preference?: ReadPreferenceMode; tags?: TagSet[] }

Generated using TypeDoc