default Write Concern
Parameters
value
Describes the level of acknowledgment requested from MongoDB for write operations clusters. This field can set to either majority
or a number0...n
which will describe the number of nodes that must acknowledge the write operation before it is fully accepted. Setting to 0
will request no acknowledgement of the write operation. Learn more here.