vibe.d beta banner
get vibe.d
0.9.7

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

Variable MongoClientSettings.defQueryFlags

Flags to use on all database query commands. The slaveOk, vibe,db,mongo,flags,QueryFlags bit may be set using the "slaveok" query parameter inside the MongoDB URL.

class MongoClientSettings
{
  // ...
  QueryFlags defQueryFlags = cast(QueryFlags)0;
  // ...
}
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.