Constructs a WriteConcern from the write concern properties.
request acknowledgment that the write operation has propagated to a specified number of mongod instances or to mongod instances with specified tags.
specify a time limit to prevent write operations from blocking indefinitely
request acknowledgment that the write operation has been written to the on-disk journal
equivalent to the j option
equivalent to the j option
request acknowledgment that the write operation has been written to the on-disk journal
request acknowledgment that the write operation has propagated to a specified number of mongod instances or to mongod instances with specified tags.
specify a time limit to prevent write operations from blocking indefinitely
Construct a WriteConcern given an options object.
Generated using TypeDoc
A MongoDB WriteConcern, which describes the level of acknowledgement requested from MongoDB for write operations.
https://www.mongodb.com/docs/manual/reference/write-concern/