WriteConcern

Members

Variables

journal
Nullable!bool journal;

If true, wait for the the write operation to get committed to the

w
Nullable!Bson w;

When an integer, specifies the number of nodes that should acknowledge the write and MUST be greater than or equal to 0.

wtimeoutMS
Nullable!long 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.

See Also

Meta