WriteConcernJournaled Writes

Key Name Default Value Required

WriteConcernJournaled

Clear(0)0

No

Description

This option specifies whether the connector requires that the data from a write operation to be committed to the journal before the write operation can be acknowledged.

  • Enabled (1)1: The connector requires that the data from a write operation to be committed to the journal before the write operation can be acknowledged.
  • Disabled (0)0: The connector does not require that the data from a write operation to be committed to the journal before the write operation can be acknowledged.

Note:

This option is only applicable when the Write Concern option or the WriteConcern key is enabled.