None: No exception thrown
NORMAL: Throws only network exceptions, no server exceptions
SAFE: Throws network exceptions and server exceptions, and waits for the server to complete a write operation
MAJORITY: Throws a network exception and server exception and waits for the master server to complete the write operation
Fsync_safe: Throwing network exceptions and server exceptions, write operations waiting for the server to flush data to disk
Journal_safe: Throwing network exceptions and server exceptions, write operations waiting for the server to submit log files to disk
Replicas_safe: Throws network exceptions and server exceptions, and waits for at least 2 servers to complete the write operation
This article is from the architect's path blog, so be sure to keep this source http://lizhuquan0769.blog.51cto.com/2591147/1762823
"MongoDB" write the level parameter that concerns Writeconcern