acknowledged constant

WriteConcern const acknowledged

Write operations that use this write concern will wait for acknowledgement from the primary server before returning. Exceptions are raised for network issues, and server errors.

Implementation

static const acknowledged =
    WriteConcern(w: 1, wtimeout: 0, fsync: false, j: false);