We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5362ff commit 2ef376fCopy full SHA for 2ef376f
lib/write_concern.js
@@ -42,6 +42,7 @@ class WriteConcern {
42
* @param {number} [options.wtimeout] **Deprecated** Use `options.writeConcern` instead
43
* @param {boolean} [options.j] **Deprecated** Use `options.writeConcern` instead
44
* @param {boolean} [options.fsync] **Deprecated** Use `options.writeConcern` instead
45
+ * @param {object|WriteConcern} [options.writeConcern] Specify write concern settings.
46
* @return {WriteConcern}
47
*/
48
static fromOptions(options) {
0 commit comments