vibe.d beta banner
get vibe.d
0.10.0

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

Variable MongoClientSettings.w

Requests acknowledgment that write operations have propagated to a specified number of mongod instances (number) or to mongod instances with specified tags (string) or "majority" for calculated majority.

class MongoClientSettings
{
  // ...
  Bson w ;
  // ...
}

See Also

write concern [w Option](https://docs.mongodb.com/manual/reference/write-concern/#wc-w).

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.