WriteConcern.w

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

When a string, indicates tags. "majority" is defined, but users could specify other custom error modes.

struct WriteConcern
@embedNullable
Nullable!Bson w;

Meta