MongoClientSettings.safe

Automatically check for errors when operating on collections and throw a vibe.db.mongo.connection.MongoDBException in case of errors.

Automatically set if either: * the "w" (write concern) parameter is set * the "wTimeoutMS" parameter is set * journal is true

class MongoClientSettings
bool safe;

Meta