vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Enum ReadConcern.Level

enum Level : string { ... }

Enum members

NameDescription
available This is the default for reads against secondaries when afterClusterTime and "level" are unspecified. The query returns the the instance’s most recent data.
linearizable Available for read operations on the primary only.
local This is the default read concern level.
majority Available for replica sets that use WiredTiger storage engine.
Authors

Sönke Ludwig

Copyright

© 2012-2016 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.