WriteConcern.wtimeoutMS

If provided, and the write concern is not satisfied within the specified timeout (in milliseconds), the server will return an error for the operation.

struct WriteConcern
@embedNullable
@name("wtimeout")
Nullable!long wtimeoutMS;

See Also

Meta