vibe.d beta banner
get vibe.d
0.10.0

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

Variable WriteConcern.w

When an integer, specifies the number of nodes that should acknowledge the write and MUST be greater than or equal to 0.

struct WriteConcern
{
  // ...
  std.typecons.Nullable!(vibe.data.bson.Bson) w ;
  // ...
}

When a string, indicates tags. "majority" is defined, but users could specify other custom error modes.

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.