You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Request acknowledgment that the write operation has propagated to a specified number of mongod instances or to mongod instances with specified tags. */
61
+
/**
62
+
* Request acknowledgment that the write operation has propagated to a specified number of mongod instances or to mongod instances with specified tags.
63
+
* If w is 0 and is set on the command in the request, the server will not send a response.
64
+
*/
62
65
readonlyw?: W;
63
66
/** Request acknowledgment that the write operation has been written to the on-disk journal */
0 commit comments