Struct WriteConcern
Fields
Name | Type | Description |
journal
|
std.typecons.Nullable!(bool) | If true, wait for the the write operation to get committed to the
|
w
|
std.typecons.Nullable!(vibe.data.bson.Bson) | When an integer, specifies the number of nodes that should acknowledge
the write and MUST be greater than or equal to 0.
|
wtimeoutMS
|
std.typecons.Nullable!(long) | If provided, and the write concern is not satisfied within the specified
timeout (in milliseconds), the server will return an error for the
operation.
|